From 8db4c5ea71d154b57058399c253355a5530a6de0 Mon Sep 17 00:00:00 2001 From: Gutawer Date: Wed, 23 Nov 2022 21:39:35 +0000 Subject: [PATCH] - process events every frame as well to ensure that menus can run at any framerate --- src/d_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_main.cpp b/src/d_main.cpp index c43ba2039..12b3fb9ff 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1217,6 +1217,7 @@ void D_DoomLoop () } // Update display, next frame, with current state. I_StartTic (); + D_ProcessEvents(); D_Display (); S_UpdateMusic(); if (wantToRestart)