Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
0.5.0b: further cell selector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Feb 24, 2017
1 parent 8df6834 commit 3a97545
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ public void select( int cell ) {
if (enabled && listener != null && cell != -1) {

listener.onSelect( cell );
GameScene.ready();

} else {

Expand Down

0 comments on commit 3a97545

Please sign in to comment.