Fix Warnings

This commit is contained in:
Tipragot 2023-11-05 08:07:28 +01:00
parent 6d1abb44a1
commit b7e44b4192

View file

@ -682,7 +682,7 @@ def __update_life_bar(world: World):
entity[Sprite].texture = surface_carre entity[Sprite].texture = surface_carre
def __print_time(world: World): def __print_time(_world: World):
time = 0 time = 0
while IsRunning: while IsRunning:
yield wait(1) yield wait(1)