more frequent updates so the display isn't lagged

This commit is contained in:
Glenn Maynard
2005-04-02 01:44:04 +00:00
parent 3d92129181
commit 825d3b30e6
+1 -1
View File
@@ -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 )
{