Fixed fatal bugs that prevent time from stopping on demand.

This commit is contained in:
Quantum 2013-11-04 16:28:34 -05:00
parent 2ac84c0dbc
commit 58bc2b9c67

View file

@ -127,7 +127,7 @@ class Applet(pyglet.window.Window):
key.P: attribute_toggler(self, 'info_precise'),
key.C: attribute_toggler(self, 'cloud'),
key.X: attribute_toggler(self, 'atmosphere'),
key.ENTER: attribute_toggler(self, self.running),
key.ENTER: attribute_toggler(self, 'running'),
key.INSERT: increment_tick,
key.DELETE: decrement_tick,
key.SPACE: self.launch_meteor,