mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-05 06:03:24 +01:00
remove unused var
This commit is contained in:
parent
81f4829ca6
commit
31fc31d526
@ -219,7 +219,7 @@ function shapeToPointsRaw(shapeData) {
|
||||
}
|
||||
|
||||
export const shapeToPointsCornered = memoize(shapeToPointsCorneredRaw, { max: SHAPE_CACHE_LIMIT });
|
||||
function shapeToPointsCorneredRaw(shapeData, target) {
|
||||
function shapeToPointsCorneredRaw(shapeData) {
|
||||
let shapes = shapeToPoints(shapeData);
|
||||
|
||||
if (!shapeData.fill && !shapeData.solid) {
|
||||
|
Loading…
Reference in New Issue
Block a user