cleanup
This commit is contained in:
@@ -489,8 +489,10 @@ void ScreenManager::Input( const InputEventPlus &input )
|
|||||||
if( m_sDelayedScreen != "" )
|
if( m_sDelayedScreen != "" )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if( !g_ScreenStack.empty() )
|
if( g_ScreenStack.empty() )
|
||||||
g_ScreenStack.back().m_pScreen->Input( input );
|
return;
|
||||||
|
|
||||||
|
g_ScreenStack.back().m_pScreen->Input( input );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Just create a new screen; don't do any associated cleanup. */
|
/* Just create a new screen; don't do any associated cleanup. */
|
||||||
|
|||||||
Reference in New Issue
Block a user