Revert "Use in pixels since this is supposed to be the correct way of doing this"

This reverts commit 8b28f97e81.
This commit is contained in:
NepDisk 2026-02-18 08:59:05 -05:00
parent 7817062ead
commit a594bd37bd

View file

@ -182,7 +182,7 @@ void OglSdlFinishUpdate(boolean waitvbl)
oldwaitvbl = waitvbl;
SDL_GetWindowSizeInPixels(window, &sdlw, &sdlh);
SDL_GetWindowSize(window, &sdlw, &sdlh);
HWR_MakeScreenFinalTexture();
HWR_DrawScreenFinalTexture(sdlw, sdlh);