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 <hillma@google.com>
  • Loading branch information
mahiuchun committed Oct 19, 2021
1 parent 8e348c5 commit 0973b0b
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 0973b0b

Please sign in to comment.