Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
c9afaefa
Commit
c9afaefa
authored
May 11, 2020
by
Jan
Browse files
Removed obsolete setOption call from QSurfaceFormat
parent
249f5020
Changes
1
Hide whitespace changes
Inline
Side-by-side
OpenFlipper.cc
View file @
c9afaefa
...
...
@@ -590,7 +590,7 @@ QSurfaceFormat createFormat(QSurfaceFormat::OpenGLContextProfile _profile, int _
if
(
_profile
!=
QSurfaceFormat
::
CoreProfile
)
format
.
setOption
(
QSurfaceFormat
::
DeprecatedFunctions
);
if
(
_debugContext
)
format
.
setOption
(
format
.
options
()
|
QSurfaceFormat
::
DebugContext
);
format
.
setOption
(
QSurfaceFormat
::
DebugContext
);
return
format
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment