-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re #211 Select move from game time properly
There was a problem with how gametime move selection worked: 1. Click a spot on game time (which selects a move in the game) 2. Press right arrow a couple times to select a different move 3. Click the same spot on game time This should rewind the game back to the spot clicked in game time, but if you didn't move the mouse between steps 1. and 3., the move wasn't updated. Another bug is fixed: any time the user clicked a spot in game time, the move was updated twice: once on mouse "press" and once on mouse "release".
- Loading branch information
1 parent
d983d2d
commit 49c2af2
Showing
2 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters