Ensure no FPS/Delay on map thumbnails

This commit is contained in:
Sally Coolatta 2024-08-05 00:41:05 -04:00
parent 685a125b02
commit c4b11026ab

View file

@ -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)