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