Skip to content

Commit

Permalink
Merge 14e4cd0 into 6f3105b
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiuchun authored Oct 7, 2021
2 parents 6f3105b + 14e4cd0 commit f4d81b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogre2/src/Ogre2RenderEngine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ 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,
GLX_CONTEXT_PROFILE_MASK_ARB , GLX_CONTEXT_CORE_PROFILE_BIT_ARB,
None
};
this->dummyContext =
Expand Down

0 comments on commit f4d81b3

Please sign in to comment.