pong: online: semi: fix lag
This commit is contained in:
parent
6b85256ca6
commit
bae91624f5
@ -303,7 +303,7 @@ async def async_routine(game: PongGame):
|
|||||||
ball_routine.cancel()
|
ball_routine.cancel()
|
||||||
return
|
return
|
||||||
|
|
||||||
await asyncio.sleep(0.05)
|
await asyncio.sleep(1)
|
||||||
|
|
||||||
def routine(game: PongGame):
|
def routine(game: PongGame):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user