diff --git a/stepmania/src/ScreenTestInput.cpp b/stepmania/src/ScreenTestInput.cpp index ac9d318219..240f95f1a0 100644 --- a/stepmania/src/ScreenTestInput.cpp +++ b/stepmania/src/ScreenTestInput.cpp @@ -48,6 +48,9 @@ class InputList: public BitmapText INPUTFILTER->GetPressedButtons( DeviceInputs ); FOREACH( DeviceInput, DeviceInputs, di ) { + if( !di->bDown && di->level == 0.0f ) + continue; + RString sTemp; sTemp += INPUTMAN->GetDeviceSpecificInputString(*di);