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