diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 770b8009b3..467b7c490c 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1519,7 +1519,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM ) if( SM == SM_UpdateTextInfo ) { UpdateTextInfo(); - this->PostScreenMessage( SM_UpdateTextInfo, 0.5f ); + this->PostScreenMessage( SM_UpdateTextInfo, 0.1f ); } else if( SM == SM_GoToNextScreen ) {