remove debug print
This commit is contained in:
parent
22406420c2
commit
0d95e85d83
@ -162,8 +162,6 @@ class World:
|
|||||||
"""
|
"""
|
||||||
Advances all objects in the world by one tick, updating their state and handling interactions.
|
Advances all objects in the world by one tick, updating their state and handling interactions.
|
||||||
"""
|
"""
|
||||||
print("Ticking all objects in the world")
|
|
||||||
|
|
||||||
next_buffer: int = 1 - self.current_buffer
|
next_buffer: int = 1 - self.current_buffer
|
||||||
self.buffers[next_buffer].clear()
|
self.buffers[next_buffer].clear()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user