mirror of https://github.com/axmolengine/axmol.git
Modify that parses position type of ParticleSystemQuad.
This commit is contained in:
parent
78e6d2f7ab
commit
e31fe9565a
|
@ -163,6 +163,7 @@ namespace cocostudio
|
|||
if (particle)
|
||||
{
|
||||
setPropsWithFlatBuffers(particle, (Table*)particleOptions);
|
||||
particle->setPositionType(ParticleSystem::PositionType::GROUPED);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue