Skip to content

Commit

Permalink
Fix 'n' toggle also resetting air
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Apr 23, 2016
1 parent 17cdf98 commit 5cab8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/game/GameView.cpp
Expand Up @@ -1492,6 +1492,7 @@ void GameView::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool
break;
case 'n':
c->ToggleNewtonianGravity();
break;
case '=':
if(ctrl)
c->ResetSpark();
Expand Down

0 comments on commit 5cab8f4

Please sign in to comment.