Fix ESC+options bug reported in the tracker
This commit is contained in:
@@ -114,7 +114,7 @@ void ScreenNetSelectMusic::Input( const InputEventPlus &input )
|
|||||||
if( !m_bAllowInput )
|
if( !m_bAllowInput )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if( m_In.IsTransitioning() || m_Out.IsTransitioning() )
|
if( IsTransitioning() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ( input.type == IET_RELEASE )
|
if ( input.type == IET_RELEASE )
|
||||||
|
|||||||
Reference in New Issue
Block a user