Combine if statement
This commit is contained in:
@@ -111,10 +111,7 @@ void ScreenNetSelectMusic::Init()
|
|||||||
|
|
||||||
void ScreenNetSelectMusic::Input( const InputEventPlus &input )
|
void ScreenNetSelectMusic::Input( const InputEventPlus &input )
|
||||||
{
|
{
|
||||||
if( !m_bAllowInput )
|
if( !m_bAllowInput || IsTransitioning() )
|
||||||
return;
|
|
||||||
|
|
||||||
if( IsTransitioning() )
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ( input.type == IET_RELEASE )
|
if ( input.type == IET_RELEASE )
|
||||||
|
|||||||
Reference in New Issue
Block a user