Skip to content

Commit 5ab6801

Browse files
committed
feat: increase max FPS in ballpit demo
1 parent 4f7363c commit 5ab6801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactive/ballpit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def main():
246246

247247
running = True
248248
while running:
249-
dt_ms = clock.tick(60) # target 60 fps
249+
dt_ms = clock.tick(200) # target 200 FPS
250250
dt = dt_ms / 1000.0
251251

252252
for event in pygame.event.get():

0 commit comments

Comments
 (0)