fix Mac compile
This commit is contained in:
@@ -215,7 +215,7 @@ void LowLevelWindow_SDL::Update()
|
||||
{
|
||||
uint8_t i = SDL_GetAppState();
|
||||
LOG->Trace( "SDL_GetAppState: %i", i );
|
||||
FocusChanged( i&SDL_APPINPUTFOCUS && i&SDL_APPACTIVE );
|
||||
StepMania::FocusChanged( i&SDL_APPINPUTFOCUS && i&SDL_APPACTIVE );
|
||||
}
|
||||
break;
|
||||
case SDL_QUIT:
|
||||
|
||||
Reference in New Issue
Block a user