more frequent updates so the display isn't lagged
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user