Commit 22ffe908 authored by hybrid's avatar hybrid

Change material field to char in order to save memory.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1333 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 402c34e4
......@@ -218,7 +218,7 @@ namespace video
//! Is the ZBuffer enabled? Default: true
//! Changed from bool to integer
// ( 0 == ZBuffer Off, 1 == ZBuffer LessEqual, 2 == ZBuffer Equal )
u32 ZBuffer;
char ZBuffer;
//! Gets the texture transformation matrix for level i
core::matrix4& getTextureMatrix(u32 i)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment