diff --git a/main.cpp b/main.cpp index f7b5bc0..2ed2083 100644 --- a/main.cpp +++ b/main.cpp @@ -15,6 +15,7 @@ int main() { lastFrame = lastUpdate = frameCounter = time_Now(); int frameCount = 0; + SetProcessDPIAware(); HWND win = initgraph(1280, 720); SetWindowTextA(win, "JacksEscape");