Fixed a minor issue in the GlxContext constructor that was added recently
This commit is contained in:
parent
6676d77ea1
commit
ba8a36990f
@ -109,7 +109,7 @@ myOwnsWindow(true)
|
||||
0, NULL);
|
||||
|
||||
// Create the context
|
||||
CreateContext(shared, VideoMode::GetDesktopMode().BitsPerPixel, ContextSettings());
|
||||
CreateContext(shared, VideoMode::GetDesktopMode().BitsPerPixel, settings);
|
||||
|
||||
// Activate the context
|
||||
SetActive(true);
|
||||
|
Loading…
Reference in New Issue
Block a user