Commit 04efb300 authored by hybrid's avatar hybrid

Missed a depth func rename

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2153 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 91356d3c
......@@ -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;
......
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