From 2abec4d9baec8936995b8e82a9db5be62b49d833 Mon Sep 17 00:00:00 2001 From: Andres_Github <81278332+Slushi-Github@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:19:00 -0400 Subject: [PATCH] REALLY? "Expected }"?! AHH- --- funkinscsource/slushi/windows/winGDIThings/WinGDIThread.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funkinscsource/slushi/windows/winGDIThings/WinGDIThread.hx b/funkinscsource/slushi/windows/winGDIThings/WinGDIThread.hx index 505a137..9a1376f 100644 --- a/funkinscsource/slushi/windows/winGDIThings/WinGDIThread.hx +++ b/funkinscsource/slushi/windows/winGDIThings/WinGDIThread.hx @@ -86,6 +86,6 @@ class WinGDIThread gdiEffects.clear(); elapsedTime = 0; SlushiWinGDI.setElapsedTime(elapsedTime); + #end } - #end }