initialize _forceDepthWrite

This commit is contained in:
lvlong 2015-03-31 14:41:07 +08:00
parent ab2c773c5c
commit 336e719a2f
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ Sprite3D::Sprite3D()
, _aabbDirty(true)
, _lightMask(-1)
, _shaderUsingLight(false)
, _forceDepthWrite(true)
{
}