Timer overhaul: update tests
This commit is contained in:
parent
5d41292bf6
commit
cec76b63dc
78 changed files with 521 additions and 495 deletions
|
|
@ -255,7 +255,7 @@ class SolarSystemDemo(GeometryDemoScreen):
|
|||
self.ui.append(moon_path)
|
||||
self.orbit_rings[moon.name + "_path"] = moon_path
|
||||
|
||||
def _tick(self, runtime):
|
||||
def _tick(self, timer, runtime):
|
||||
"""Advance time by one turn and update planet positions."""
|
||||
self.current_time += 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue