From b3b8e2e41a3e9de53cee7e8c2038e3654bae10e7 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Fri, 9 Dec 2011 19:57:18 +0200 Subject: [PATCH] Tweaked stats gauges animation duration, less duration less wtf lol cpu usage spent on animating some bars --- gui/pygauge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/pygauge.py b/gui/pygauge.py index 3c043e940..ba5b92a08 100644 --- a/gui/pygauge.py +++ b/gui/pygauge.py @@ -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