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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user