[virtualcommons-svn] commit/foraging: alllee: fixing a minor bug in the practice round, forgot to b
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2011-09-01 22:07:38
|
1 new changeset in foraging: http://bitbucket.org/virtualcommons/foraging/changeset/23c293b91ca1/ changeset: 23c293b91ca1 user: alllee date: 2011-09-02 00:08:09 summary: fixing a minor bug in the practice round, forgot to break after hitting return affected #: 1 file (35 bytes) --- a/src/main/java/edu/asu/commons/foraging/client/GameWindow2D.java Thu Sep 01 14:57:23 2011 -0700 +++ b/src/main/java/edu/asu/commons/foraging/client/GameWindow2D.java Thu Sep 01 15:08:09 2011 -0700 @@ -503,6 +503,7 @@ if (dataModel.getRoundConfiguration().isInRoundChatEnabled()) { getChatPanel().setTextFieldFocus(); } + break; case KeyEvent.VK_R: if (canResetTokenDistribution()) { event = new ResetTokenDistributionRequest(client.getId()); Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |