diff --git a/stepmania/src/GameLoop.cpp b/stepmania/src/GameLoop.cpp index d74fad4740..b4beabed13 100644 --- a/stepmania/src/GameLoop.cpp +++ b/stepmania/src/GameLoop.cpp @@ -76,7 +76,8 @@ void GameLoop() CheckGameLoopTimerSkips( fDeltaTime ); - if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_TAB) ) ) { + if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_TAB) ) ) + { if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_ACCENT) ) ) fDeltaTime = 0; /* both; stop time */ else