Fix 'n' toggle also resetting air
This commit is contained in:
parent
17cdf980cb
commit
5cab8f45f2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user