google-code-export / gummworld2

Automatically exported from code.google.com/p/gummworld2
Other
2 stars 0 forks source link

clock returns variable timestep #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pause the clock
2. Start it up and print DT

Fix line 242:
##AARGH - Why did I do this? It's supposed to be a fixed timestep. :P
##            self.dt_update = real_time - self._last_update_real
            self.dt_update = update_interval

Original issue reported on code.google.com by stabbing...@gmail.com on 9 May 2012 at 6:05

GoogleCodeExporter commented 9 years ago
Fixed for good in 0.4.1

Original comment by stabbing...@gmail.com on 12 Aug 2013 at 1:43