mirror of https://github.com/axmolengine/axmol.git
_aabbDirty = true
This commit is contained in:
parent
72722ba5b0
commit
1da7ef121e
|
@ -241,7 +241,7 @@ bool Sprite3D::loadFromFile(const std::string& path, NodeDatas* nodedatas, MeshD
|
||||||
Sprite3D::Sprite3D()
|
Sprite3D::Sprite3D()
|
||||||
: _skeleton(nullptr)
|
: _skeleton(nullptr)
|
||||||
, _blend(BlendFunc::ALPHA_NON_PREMULTIPLIED)
|
, _blend(BlendFunc::ALPHA_NON_PREMULTIPLIED)
|
||||||
, _aabbDirty(false)
|
, _aabbDirty(true)
|
||||||
, _lightMask(-1)
|
, _lightMask(-1)
|
||||||
, _shaderUsingLight(false)
|
, _shaderUsingLight(false)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue