Skip to content

Commit

Permalink
Pressing right arrow key in chat while in debug mode no longer fast-f…
Browse files Browse the repository at this point in the history
…orwards time
  • Loading branch information
sdab committed Apr 2, 2013
1 parent 5789271 commit 4e8d1d4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -173,6 +173,7 @@ else if (event.getKey() == Keyboard.KEY_RIGHT && event.isDown()) {
} else {
setCursorToTextPosition(cursorPosition + 1);
}
event.consume();
}
//move cursor up
else if (event.getKey() == Keyboard.KEY_UP && event.isDown()) {
Expand Down

0 comments on commit 4e8d1d4

Please sign in to comment.