BACKENDS: Undo some formatting-only changes.
This commit is contained in:
parent
6c8ceeae25
commit
ee758dee53
2 changed files with 2 additions and 4 deletions
|
@ -89,8 +89,7 @@ OSystem_SDL::OSystem_SDL()
|
|||
_logger(nullptr),
|
||||
_eventSource(nullptr),
|
||||
_eventSourceWrapper(nullptr),
|
||||
_window(nullptr)
|
||||
{
|
||||
_window(nullptr) {
|
||||
}
|
||||
|
||||
OSystem_SDL::~OSystem_SDL() {
|
||||
|
@ -189,7 +188,6 @@ bool OSystem_SDL::hasFeature(Feature f) {
|
|||
if (f == kFeatureOpenGLForGame) return true;
|
||||
if (f == kFeatureShadersForGame) return _supportsShaders;
|
||||
#endif
|
||||
|
||||
return ModularGraphicsBackend::hasFeature(f);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue