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:
parent
4a36c0e0fe
commit
bbc78cf557
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue