Skip to content
Snippets Groups Projects
Commit 91e41308 authored by Vitaliy Vashchenko's avatar Vitaliy Vashchenko
Browse files

#393 Fixed game not reacting to application events after replay button press.

parent a622e887
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,6 @@ public class KidnappingGame extends AbstractTablexiaGame<GameState> {
public void clicked(InputEvent event, float x, float y) {
playSounds();
getData().addReplay();
hide();
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment