diff options
Diffstat (limited to 'src/com/fourisland/fourpuzzle/window/Window.java')
-rw-r--r-- | src/com/fourisland/fourpuzzle/window/Window.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/window/Window.java b/src/com/fourisland/fourpuzzle/window/Window.java index db1bfab..661f4a2 100644 --- a/src/com/fourisland/fourpuzzle/window/Window.java +++ b/src/com/fourisland/fourpuzzle/window/Window.java | |||
@@ -26,7 +26,7 @@ public enum Window | |||
26 | }, | 26 | }, |
27 | Selector(64) | 27 | Selector(64) |
28 | { | 28 | { |
29 | Interval in = Interval.createTickInterval(4); | 29 | transient Interval in = Interval.createTickInterval(4); |
30 | boolean isFlashing = false; | 30 | boolean isFlashing = false; |
31 | 31 | ||
32 | @Override | 32 | @Override |