diff --git a/stepmania/src/ScreenDemonstration.cpp b/stepmania/src/ScreenDemonstration.cpp index 68a63755c4..ef3393f680 100644 --- a/stepmania/src/ScreenDemonstration.cpp +++ b/stepmania/src/ScreenDemonstration.cpp @@ -85,7 +85,7 @@ void ScreenDemonstration::Input( const DeviceInput& DeviceI, const InputEventTyp //LOG->Trace( "ScreenDemonstration::Input()" ); - if( MenuI.IsValid() ) + if( MenuI.IsValid() && type == IET_FIRST_PRESS ) { switch( MenuI.button ) {