Skip to content

Commit

Permalink
Fix context attributes of glXCreateContextAttribsARB. (gazebosim#460)
Browse files Browse the repository at this point in the history
Signed-off-by: Hill Ma <[email protected]>
  • Loading branch information
mahiuchun authored and srmainwaring committed Oct 21, 2021
1 parent 4d8d7e2 commit b7c88dc
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 @@ -413,7 +413,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 b7c88dc

Please sign in to comment.