From c4b11026abf6af6d90a43bb839b3db3776f1bcac Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Mon, 5 Aug 2024 00:41:05 -0400 Subject: [PATCH] Ensure no FPS/Delay on map thumbnails --- src/i_video_common.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i_video_common.cpp b/src/i_video_common.cpp index c574655df..82ab995c3 100644 --- a/src/i_video_common.cpp +++ b/src/i_video_common.cpp @@ -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)