mirror of https://github.com/axmolengine/axmol.git
Add TODO
This commit is contained in:
parent
f18da9f6e4
commit
ef404fed8c
|
@ -435,6 +435,8 @@ void ParticleSystemQuad::updateParticleQuads()
|
|||
}
|
||||
else
|
||||
{
|
||||
// TODO: index.isRotated should be treated accordingly
|
||||
|
||||
auto& index = _animationIndices.at(*cellIndex);
|
||||
|
||||
auto texWidth = _texture->getPixelsWide();
|
||||
|
|
Loading…
Reference in New Issue