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

This reverts commit a594bd37bd.
This commit is contained in:
NepDisk 2026-02-18 15:05:26 -05:00
parent 4a36c0e0fe
commit bbc78cf557

View file

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