HPL1: Corrected argument passing to TinyGL context creation
This commit is contained in:
parent
744cce4cfe
commit
4f32c1fd8e
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ bool LowLevelGraphicsTGL::Init(int alWidth, int alHeight, int alBpp, int abFulls
|
||||||
|
|
||||||
mlMultisampling = alMultisampling;
|
mlMultisampling = alMultisampling;
|
||||||
initGraphics(alWidth, alHeight, nullptr);
|
initGraphics(alWidth, alHeight, nullptr);
|
||||||
TinyGL::createContext(alWidth, alHeight, mpPixelFormat, 256, false, 60 * 1024 * 1024);
|
TinyGL::createContext(alWidth, alHeight, mpPixelFormat, 256, false, true, 60 * 1024 * 1024);
|
||||||
SetupGL();
|
SetupGL();
|
||||||
ShowCursor(false);
|
ShowCursor(false);
|
||||||
g_system->updateScreen();
|
g_system->updateScreen();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue