Tweaked stats gauges animation duration, less duration less wtf lol cpu usage spent on animating some bars

This commit is contained in:
HomeWorld
2011-12-09 19:57:18 +02:00
parent 1c4f711a98
commit b3b8e2e41a

View File

@@ -57,7 +57,7 @@ class PyGauge(wx.PyWindow):
self._oldValue = 0
self._animDuration = 700
self._animDuration = 250
self._animStep = 0
self._period = 20
self._animValue = 0