Skip to content

Commit

Permalink
fix closed property that was added in the loop instead of in the enti…
Browse files Browse the repository at this point in the history
  • Loading branch information
ieskudero authored Nov 29, 2022
1 parent 879808c commit 1e3fb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/entity/hatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const process = (tuples) => {
break
case 73:
{
if (status === 'IDLE' || isPolyline) loop.closed = value
if (status === 'IDLE' || isPolyline) loop.entities[0].closed = value
else fillDrawEntity(type, drawType, parseFloat(value))
}
break
Expand Down

0 comments on commit 1e3fb39

Please sign in to comment.