Increase _IRR_MATERIAL_MAX_TEXTURES_ to 8

This commit is contained in:
Deve 2016-06-29 22:18:24 +02:00
parent 0fb119068b
commit 961428f04c

View File

@ -142,7 +142,7 @@
//! Maximum number of texture an SMaterial can have, up to 8 are supported by Irrlicht.
#define _IRR_MATERIAL_MAX_TEXTURES_ 4
#define _IRR_MATERIAL_MAX_TEXTURES_ 8
//! Whether to support XML and XML-based formats (irrmesh, collada...)
#define _IRR_COMPILE_WITH_XML_