This commit is contained in:
Jonas Zeunert
2022-05-05 23:27:01 +02:00
parent fc271b74d4
commit 17f46eb36e

View File

@@ -27,7 +27,7 @@ class Game:
await self.is_running.acquire()
self.input_handler.handleInputs()
await self.input_handler.handleInputs()
await self.is_running.wait()
pass