Fix Windows, Android build

This commit is contained in:
sfan5
2021-02-25 21:17:23 +01:00
parent 218cbec94e
commit 94aafaef15
3 changed files with 3 additions and 83 deletions

View File

@ -1228,7 +1228,7 @@ void CIrrDeviceWin32::createDriver()
os::Printer::log("OpenGL-ES2 driver was not compiled in.", ELL_ERROR);
#endif
break;
case EDT_WEBGL1:
case video::EDT_WEBGL1:
os::Printer::log("WebGL1 driver not supported on Win32 device.", ELL_ERROR);
break;
case video::EDT_SOFTWARE: