Closed MatseFR closed 6 years ago
right now textureWidth is set but not used, lines 201-202 should be
particle.scale = startSize / textureWidth; particle.scaleDelta = ((endSize - startSize) / lifespan) / textureWidth;
necessary if texture is null :)
This was fixed with #89
right now textureWidth is set but not used, lines 201-202 should be
particle.scale = startSize / textureWidth; particle.scaleDelta = ((endSize - startSize) / lifespan) / textureWidth;
necessary if texture is null :)