cleanup
This commit is contained in:
@@ -76,7 +76,8 @@ void GameLoop()
|
|||||||
|
|
||||||
CheckGameLoopTimerSkips( fDeltaTime );
|
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) ) )
|
if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_ACCENT) ) )
|
||||||
fDeltaTime = 0; /* both; stop time */
|
fDeltaTime = 0; /* both; stop time */
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user