| 2080 | } |
| 2081 | |
| 2082 | void Issue870::updateQuads(float dt) |
| 2083 | { |
| 2084 | _index = (_index + 1) % 4; |
| 2085 | auto rect = Rect(_index * 32, 0, 32, 32); |
| 2086 | auto system = (ParticleSystemQuad*)_emitter; |
| 2087 | system->setTextureWithRect(_emitter->getTexture(), rect); |
| 2088 | } |
| 2089 | |
| 2090 | std::string Issue870::title() const |
| 2091 | { |
nothing calls this directly
no test coverage detected