From 9439546a367aff83de0f0f2f38e9d922c501c366 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 10 Jun 2024 11:51:37 -0400 Subject: [PATCH] Fix --- ISLE/isleapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index ecc374d5..8d5a703a 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -595,7 +595,7 @@ inline void IsleApp::Tick() return; } - if (!Lego()->IsTimerRunning()) { + if (!Lego()->IsPaused()) { TickleManager()->Tickle(); } g_lastFrameTime = currentTime;