Skip to content

Commit

Permalink
pong plugin fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mitrisdev committed Apr 28, 2013
1 parent f155c03 commit f569ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/mit/d54/plugins/kx/PongPlugin.java
Expand Up @@ -167,7 +167,7 @@ protected void loop() {


break;
case GAME_END_2: // win
case GAME_END_2: // win
animTime+=timestep;

if (animTime < 5){
Expand Down

0 comments on commit f569ecb

Please sign in to comment.