Patch irrlicht to support 8 textures
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11869 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
6487c5220c
commit
c34fb1e7c8
@ -114,7 +114,7 @@
|
|||||||
|
|
||||||
|
|
||||||
//! Maximum number of texture an SMaterial can have, up to 8 are supported by Irrlicht.
|
//! 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
|
||||||
|
|
||||||
//! Define _IRR_COMPILE_WITH_DIRECT3D_8_ and _IRR_COMPILE_WITH_DIRECT3D_9_ to
|
//! Define _IRR_COMPILE_WITH_DIRECT3D_8_ and _IRR_COMPILE_WITH_DIRECT3D_9_ to
|
||||||
//! compile the Irrlicht engine with Direct3D8 and/or DIRECT3D9.
|
//! compile the Irrlicht engine with Direct3D8 and/or DIRECT3D9.
|
||||||
|
Loading…
Reference in New Issue
Block a user