Tweaked stats gauges animation duration, less duration less wtf lol cpu usage spent on animating some bars
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user