Missed a depth func rename

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2153 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2009-01-28 00:35:56 +00:00
parent 91356d3c56
commit 04efb300bc
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ s32 CQ3LevelMesh::setShaderFogMaterial( video::SMaterial &material, const tBSPFa
material.setTexture(1, 0);
material.setTexture(2, 0);
material.setTexture(3, 0);
material.ZBuffer = video::EMDF_DEPTH_LESS_EQUAL;
material.ZBuffer = video::ECFN_LESSEQUAL;
material.ZWriteEnable = false;
material.MaterialTypeParam = 0.f;