Skip to content
Snippets Groups Projects
Commit eec3490c authored by Jantz's avatar Jantz
Browse files

Disable debug draw

parent 5c85692c
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ def main():
world.draw()
# Debug drawing, comment out if not needed.
world.draw_debug()
#world.draw_debug()
# Draw th round number
gui.draw_text(world.window, f"ROUND: {world.current_round}", (world.window_resolution[0] - margin, margin), 'topright')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment