Skip to content

Commit

Permalink
fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Jun 10, 2022
1 parent 1e7a49e commit d33ebc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
showCollision = !showCollision;
nico.showCollision = showCollision;
for (let i in nico.data) {
nico.data[i].image = false;
delete nico.data[i].image;
}
e.target.checked = showCollision;
}
Expand Down

0 comments on commit d33ebc0

Please sign in to comment.