Add missing call to update collision triangles

This commit is contained in:
2025-12-20 15:19:30 -08:00
parent e7f098dedf
commit 5089a30a3b

View File

@@ -459,6 +459,7 @@
position = updateShip(elapsed);
updateBullets(elapsed);
updateEdges(position);
if (drawCollisionLines) updateTriangles(position);
if (restart) {
restart = false;

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB