From 5089a30a3ba8a7de4743247048dd385726ad58f1 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Sat, 20 Dec 2025 15:19:30 -0800 Subject: [PATCH] Add missing call to update collision triangles --- html/images/space.svg | 1 + 1 file changed, 1 insertion(+) diff --git a/html/images/space.svg b/html/images/space.svg index 7b572c6..fb60405 100644 --- a/html/images/space.svg +++ b/html/images/space.svg @@ -459,6 +459,7 @@ position = updateShip(elapsed); updateBullets(elapsed); updateEdges(position); + if (drawCollisionLines) updateTriangles(position); if (restart) { restart = false;