Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 37904b5

Browse files
committed
typo
1 parent fe31c27 commit 37904b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

raycaster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def game_loop(clock, screen):
163163
print("starting game...")
164164
while running:
165165

166-
# update the next frame at 30 fps
166+
# update the next frame at 60 fps
167167
ms = clock.tick(60) / 1000.0
168168

169169
moveSpeed = ms * 3.0

0 commit comments

Comments
 (0)