Disable ALLOW_HIGHDPI for now (causing wrong resolution)
This commit is contained in:
@@ -1506,7 +1506,7 @@ void CreateMainFrame(FrameCreationCallback inOnFrame, int inWidth, int inHeight,
|
||||
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, 2);
|
||||
}
|
||||
|
||||
requestWindowFlags |= SDL_WINDOW_ALLOW_HIGHDPI;
|
||||
//requestWindowFlags |= SDL_WINDOW_ALLOW_HIGHDPI;
|
||||
}
|
||||
|
||||
#ifdef HX_LINUX
|
||||
|
||||
Reference in New Issue
Block a user