Skip to content
Snippets Groups Projects
Commit b815b3ea authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Merge branch 'feature-pursuit' into 'V3.2.1'

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



See merge request !367
parents e52c5e7d 91e41308
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,6 @@ public class KidnappingGame extends AbstractTablexiaGame<GameState> { ...@@ -113,7 +113,6 @@ public class KidnappingGame extends AbstractTablexiaGame<GameState> {
public void clicked(InputEvent event, float x, float y) { public void clicked(InputEvent event, float x, float y) {
playSounds(); playSounds();
getData().addReplay(); 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