forked from Mirrorlandia_minetest/irrlicht
Fix compiling last commit (missing a letter).
Thx @Maksym Hamarnyk git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6182 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
9274951a08
commit
d07057959e
@ -232,7 +232,7 @@ define out. */
|
|||||||
define out.
|
define out.
|
||||||
Depending on platform you may have to enable _IRR_OGLES1_USE_KHRONOS_API_HEADERS_ as well when using it.
|
Depending on platform you may have to enable _IRR_OGLES1_USE_KHRONOS_API_HEADERS_ as well when using it.
|
||||||
*/
|
*/
|
||||||
#if defined(_IRR_ANDROID_PLATFORM_) || define(_IRR_IOS_PLATFORM_)
|
#if defined(_IRR_ANDROID_PLATFORM_) || defined(_IRR_IOS_PLATFORM_)
|
||||||
#define _IRR_COMPILE_WITH_OGLES1_
|
#define _IRR_COMPILE_WITH_OGLES1_
|
||||||
#endif
|
#endif
|
||||||
#ifdef NO_IRR_COMPILE_WITH_OGLES1_
|
#ifdef NO_IRR_COMPILE_WITH_OGLES1_
|
||||||
|
Loading…
Reference in New Issue
Block a user