diff options
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/fourisland/fourpuzzle/window/MessageWindow.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/window/MessageWindow.java b/src/com/fourisland/fourpuzzle/window/MessageWindow.java index ca916a3..413805d 100644 --- a/src/com/fourisland/fourpuzzle/window/MessageWindow.java +++ b/src/com/fourisland/fourpuzzle/window/MessageWindow.java | |||
@@ -68,9 +68,11 @@ public class MessageWindow implements Renderable { | |||
68 | if ((key.getKey() == KeyEvent.VK_ENTER) || (key.getKey() == KeyEvent.VK_SPACE)) | 68 | if ((key.getKey() == KeyEvent.VK_ENTER) || (key.getKey() == KeyEvent.VK_SPACE)) |
69 | { | 69 | { |
70 | if (mw.pushEnter()) | 70 | if (mw.pushEnter()) |
71 | { | 71 | { |
72 | cdl.countDown(); | 72 | cdl.countDown(); |
73 | } | 73 | } |
74 | |||
75 | key.letGo(); | ||
74 | } | 76 | } |
75 | } | 77 | } |
76 | }; | 78 | }; |