forked from Mirrorlandia_minetest/irrlicht
Small Fixes
This commit is contained in:
parent
82d1feb933
commit
ea0ca7f917
@ -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
|
||||
|
@ -5,6 +5,7 @@
|
||||
// For conditions of distribution and use, see copyright notice in Irrlicht.h
|
||||
|
||||
#include "Driver.h"
|
||||
#include <cassert>
|
||||
#include "CNullDriver.h"
|
||||
#include "IContextManager.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user