OSX: allow to use OpenGL ES

master
Maksim 2020-11-26 15:34:09 +01:00
parent 47f7471971
commit e4079d2407
1 changed files with 0 additions and 2 deletions

View File

@ -921,8 +921,6 @@ void CIrrDeviceMacOSX::createDriver()
case video::DEPRECATED_EDT_DIRECT3D8_NO_LONGER_EXISTS:
case video::EDT_DIRECT3D9:
case video::EDT_OGLES1:
case video::EDT_OGLES2:
os::Printer::log("This driver is not available in OSX. Try OpenGL or Software renderer.", ELL_ERROR);
break;