mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 00:00:26 +02:00
Small Fixes
This commit is contained in:
@ -118,6 +118,9 @@ namespace video
|
||||
{
|
||||
switch (driver) {
|
||||
case EDT_NULL: return true;
|
||||
#ifdef ENABLE_OPENGL3
|
||||
case EDT_OPENGL3: return true;
|
||||
#endif
|
||||
#ifdef _IRR_COMPILE_WITH_OPENGL_
|
||||
case EDT_OPENGL: return true;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user