.. | .. |
---|
10481 | 10481 | ANTIALIAS = 0; |
---|
10482 | 10482 | //System.out.println("RESTART"); |
---|
10483 | 10483 | AAtimer.restart(); |
---|
| 10484 | + Globals.TIMERRUNNING = true; |
---|
10484 | 10485 | } |
---|
10485 | 10486 | } |
---|
10486 | 10487 | } |
---|
.. | .. |
---|
13840 | 13841 | else |
---|
13841 | 13842 | if (evt.getSource() == AAtimer) |
---|
13842 | 13843 | { |
---|
| 13844 | + Globals.TIMERRUNNING = false; |
---|
13843 | 13845 | if (mouseDown) |
---|
13844 | 13846 | { |
---|
13845 | 13847 | //new Exception().printStackTrace(); |
---|
.. | .. |
---|
13914 | 13916 | return; |
---|
13915 | 13917 | |
---|
13916 | 13918 | AAtimer.restart(); // |
---|
| 13919 | + Globals.TIMERRUNNING = true; |
---|
13917 | 13920 | |
---|
13918 | 13921 | // waslive = LIVE; |
---|
13919 | 13922 | // LIVE = false; |
---|