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 }