aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CSDLManager.cpp
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-04-06 12:07:53 +0200
committersfan5 <sfan5@live.de>2023-04-06 12:38:25 +0200
commitca5f005b74a20d7e188df2c981130dbd47a93244 (patch)
treedcfff3fed93cec76d6967b7fcabcc0286f9245d8 /source/Irrlicht/CSDLManager.cpp
parente850bd102a238865c09525c1a0511384d110817b (diff)
downloadirrlicht-ca5f005b74a20d7e188df2c981130dbd47a93244.tar.xz
Fix OpenGL3 driver to compile standalone
also test this configuration in CI
Diffstat (limited to 'source/Irrlicht/CSDLManager.cpp')
-rw-r--r--source/Irrlicht/CSDLManager.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/Irrlicht/CSDLManager.cpp b/source/Irrlicht/CSDLManager.cpp
index 3132b60..b8c61a4 100644
--- a/source/Irrlicht/CSDLManager.cpp
+++ b/source/Irrlicht/CSDLManager.cpp
@@ -4,7 +4,7 @@
#include "CSDLManager.h"
-#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_) && defined(_IRR_COMPILE_WITH_OPENGL_)
+#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_)
#include "CIrrDeviceSDL.h"
#include "COpenGLCommon.h"
@@ -34,8 +34,6 @@ const SExposedVideoData& CSDLManager::getContext() const
bool CSDLManager::activateContext(const SExposedVideoData& videoData, bool restorePrimaryOnZero)
{
- // unclear if this is still needed:
- glFrontFace(GL_CW);
return true;
}