kuroxy / SoulSweep

0 stars 0 forks source link

Particle draw order fix #16

Closed kuroxy closed 6 months ago

kuroxy commented 6 months ago

Particle draw order is not based on lifetime, meaning sometimes an older particle gets in front of a new one, this has some weird visuals.

Read comment at particle hpp, an fix has been commented only need to implement it.