You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(render): correct star drawing with triangulation
The previous `drawStar` implementation used a single `love.graphics.polygon` call with all the star vertices. This method is not suitable for rendering concave polygons and resulted in an incorrect visual representation of the star.
Additionally, the copyright holder in the `LICENSE` file has been updated.
0 commit comments