High FPS Fixes
This commit is contained in:
@@ -1332,7 +1332,11 @@ cMusicManager::DisplayRadioStationName()
|
||||
}
|
||||
else {
|
||||
if (cDisplay == 0) return;
|
||||
#ifdef FIX_BUGS
|
||||
cDisplay -= CTimer::GetLogicalFramesPassed();
|
||||
#else
|
||||
cDisplay--;
|
||||
#endif
|
||||
}
|
||||
|
||||
CFont::SetJustifyOff();
|
||||
|
||||
Reference in New Issue
Block a user