Fix: moveRivers() -> moveLogs() in gameLoop

This commit is contained in:
2026-04-18 19:24:53 +02:00
parent 2f43727ffa
commit 7603e8b8a8

View File

@@ -538,7 +538,7 @@
handleInput();
moveAlligators();
moveRivers();
moveLogs();
checkCollisions();
draw();