Cleared just a small portion of the great clouds of crack smoke and made

the timers not invalidate _every fucking tick_, even if they're not even
showing!!!


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3569 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-05-20 01:16:32 +00:00
parent a66f06bd3b
commit fa2f528c10
2 changed files with 5 additions and 1 deletions
@@ -315,6 +315,10 @@ public class TimerView
// documentation inherited
public void tick (long now)
{
if (!_enabled) {
return;
}
// Initialize the starting time if necessary
if (_start == Long.MIN_VALUE) {
_start = now - Math.round(_duration * _complete);