PATCH bounding issue with slider

This commit is contained in:
2025-04-22 18:08:32 +02:00
parent 028bc36b4f
commit f107cd207b
2 changed files with 26 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ class StartMenu(GameState):
self.demo_file = None
def update(self):
self.manager.update(0.1)
self.manager.update(0.01)
def draw(self):
"""Draws everything on screen."""