aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CSDLManager.h
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.h
parente850bd102a238865c09525c1a0511384d110817b (diff)
downloadirrlicht-ca5f005b74a20d7e188df2c981130dbd47a93244.tar.xz
Fix OpenGL3 driver to compile standalone
also test this configuration in CI
Diffstat (limited to 'source/Irrlicht/CSDLManager.h')
-rw-r--r--source/Irrlicht/CSDLManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Irrlicht/CSDLManager.h b/source/Irrlicht/CSDLManager.h
index 3d9648c..f147242 100644
--- a/source/Irrlicht/CSDLManager.h
+++ b/source/Irrlicht/CSDLManager.h
@@ -6,7 +6,7 @@
#define __C_SDL_MANAGER_H_INCLUDED__
-#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_) && defined(_IRR_COMPILE_WITH_OPENGL_)
+#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_)
#include "IContextManager.h"