Fix: moveRivers() -> moveLogs() in gameLoop
This commit is contained in:
@@ -538,7 +538,7 @@
|
|||||||
|
|
||||||
handleInput();
|
handleInput();
|
||||||
moveAlligators();
|
moveAlligators();
|
||||||
moveRivers();
|
moveLogs();
|
||||||
checkCollisions();
|
checkCollisions();
|
||||||
draw();
|
draw();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user