Browse Source

Platform: remove obsolete comment.

pull/115/head
Vladimír Vondruš 11 years ago
parent
commit
4adcc5b3a9
  1. 1
      src/Magnum/Platform/WindowlessGlxApplication.cpp

1
src/Magnum/Platform/WindowlessGlxApplication.cpp

@ -87,7 +87,6 @@ bool WindowlessGlxApplication::tryCreateContext(const Configuration&) {
0
};
/** @todo Use some extension wrangler for this, not GLEW, as it apparently needs context to create context, yo dawg wtf. */
PFNGLXCREATECONTEXTATTRIBSARBPROC glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) glXGetProcAddress((const GLubyte*)"glXCreateContextAttribsARB");
_glContext = glXCreateContextAttribsARB(_display, configs[0], nullptr, True, contextAttributes);
if(!_glContext) {

Loading…
Cancel
Save