Digging into particle system and find that particles draws using debug draw, and there is no comments why not using common grawing.
Tried change it to
ctx.drawCircle(vec(0, 0), this.size/2, this._currentColor);
and visualy nothing changed.
Is it error or there is deep issues with common drawing and particles?
Digging into particle system and find that particles draws using debug draw, and there is no comments why not using common grawing.
Tried change it to
and visualy nothing changed.
Is it error or there is deep issues with common drawing and particles?