remove MenuInput.IsValid(); if invalid, the button is simply MenuButton_INVALID
This commit is contained in:
@@ -119,7 +119,7 @@ void ScreenEnding::Init()
|
||||
|
||||
void ScreenEnding::Input( const InputEventPlus &input )
|
||||
{
|
||||
if( input.MenuI.IsValid() && !IsTransitioning() )
|
||||
if( !IsTransitioning() )
|
||||
{
|
||||
switch( input.MenuI.button )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user