From ef404fed8c99805dd0b2dd057cd4e2afadf5e8c6 Mon Sep 17 00:00:00 2001 From: DelinWorks Date: Sat, 21 May 2022 16:56:56 +0300 Subject: [PATCH] Add TODO --- core/2d/CCParticleSystemQuad.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/2d/CCParticleSystemQuad.cpp b/core/2d/CCParticleSystemQuad.cpp index dadeb9d680..515e9e897f 100644 --- a/core/2d/CCParticleSystemQuad.cpp +++ b/core/2d/CCParticleSystemQuad.cpp @@ -435,6 +435,8 @@ void ParticleSystemQuad::updateParticleQuads() } else { + // TODO: index.isRotated should be treated accordingly + auto& index = _animationIndices.at(*cellIndex); auto texWidth = _texture->getPixelsWide();