Merge fix

This commit is contained in:
Kusal Ekanayake
2017-08-14 13:20:15 +12:00
parent e65558b8ac
commit 4dc6b2af2b
2 changed files with 3 additions and 4 deletions
@@ -305,10 +305,10 @@ public class GameClient {
case X: // zoom out
raceView.getGameView().zoomOut();
break;
}
}
}
private void keyReleased(KeyEvent e) {
switch (e.getCode()) {
//TODO 12/07/17 Determine the sail state and send the appropriate packet (eg. if sails are in, send a sail out packet)