Skip to content

Commit

Permalink
Fix context attributes of glXCreateContextAttribsARB.
Browse files Browse the repository at this point in the history
Signed-off-by: Hill Ma <[email protected]>
  • Loading branch information
Hill Ma committed Oct 14, 2021
1 parent 8e348c5 commit cb2523d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ogre2/src/Ogre2RenderEngine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ void Ogre2RenderEngine::CreateContext()
int contextAttribs[] = {
GLX_CONTEXT_MAJOR_VERSION_ARB, 3,
GLX_CONTEXT_MINOR_VERSION_ARB, 3,
GLX_CONTEXT_FLAGS_ARB , GLX_CONTEXT_CORE_PROFILE_BIT_ARB,
None
};
this->dummyContext =
Expand Down

0 comments on commit cb2523d

Please sign in to comment.