Try to fix linux, round 2

This commit is contained in:
vlj
2014-09-26 23:36:13 +02:00
parent ac2a40837f
commit 669c8af73e

View File

@@ -574,7 +574,7 @@ static GLXContext getMeAGLContext(Display *display, GLXFBConfig glxFBConfig)
return Context;
XErrorSignaled = false;
useCoreContext = false;
irr::video::useCoreContext = false;
// fall back to legacy context
Context = glXCreateContextAttribsARB(display, glxFBConfig, 0, True, legacyctx);
return Context;