diff --git a/stepmania/src/ScreenRanking.cpp b/stepmania/src/ScreenRanking.cpp index b198470f01..06cc2ba37d 100644 --- a/stepmania/src/ScreenRanking.cpp +++ b/stepmania/src/ScreenRanking.cpp @@ -138,6 +138,9 @@ void ScreenRanking::Input( const InputEventPlus &input ) { LOG->Trace( "ScreenRanking::Input()" ); + if( IsTransitioning() ) + return; + // If manually scrolling, then pass the input to Scree::Input so it will call Menu* if( (bool)MANUAL_SCROLLING ) Screen::Input( input );