mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Ensure no FPS/Delay on map thumbnails
This commit is contained in:
parent
685a125b02
commit
c4b11026ab
1 changed files with 6 additions and 0 deletions
|
|
@ -113,6 +113,12 @@ static void postframe_update(Rhi& rhi)
|
|||
static void temp_legacy_finishupdate_draws()
|
||||
{
|
||||
SCR_CalculateFPS();
|
||||
|
||||
if (g_takemapthumbnail != TMT_NO)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (st_overlay)
|
||||
{
|
||||
if (cv_songcredits.value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue