Fixed a minor issue in the GlxContext constructor that was added recently

This commit is contained in:
Laurent Gomila 2011-04-06 07:35:06 +02:00
parent 6676d77ea1
commit ba8a36990f

View File

@ -109,7 +109,7 @@ myOwnsWindow(true)
0, NULL); 0, NULL);
// Create the context // Create the context
CreateContext(shared, VideoMode::GetDesktopMode().BitsPerPixel, ContextSettings()); CreateContext(shared, VideoMode::GetDesktopMode().BitsPerPixel, settings);
// Activate the context // Activate the context
SetActive(true); SetActive(true);