_aabbDirty = true

This commit is contained in:
lvlong 2015-04-02 09:33:48 +08:00
parent 72722ba5b0
commit 1da7ef121e
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ bool Sprite3D::loadFromFile(const std::string& path, NodeDatas* nodedatas, MeshD
Sprite3D::Sprite3D()
: _skeleton(nullptr)
, _blend(BlendFunc::ALPHA_NON_PREMULTIPLIED)
, _aabbDirty(false)
, _aabbDirty(true)
, _lightMask(-1)
, _shaderUsingLight(false)
{