fixed opengl backend
This commit is contained in:
parent
5c936971cd
commit
23c870402a
1 changed files with 3 additions and 0 deletions
|
@ -814,6 +814,9 @@ void OSystem_SDL::setWindowCaption(const char *caption) {
|
|||
bool OSystem_SDL::hasFeature(Feature f) {
|
||||
return
|
||||
(f == kFeatureFullscreenMode) ||
|
||||
#ifdef USE_OPENGL
|
||||
(f == kFeatureOpenGL) ||
|
||||
#endif
|
||||
(f == kFeatureIconifyWindow);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue