This commit is contained in:
Milan Nikolic 2022-08-27 17:07:56 +02:00
parent ab0b2293fd
commit f59ebefc8a
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -90,7 +90,6 @@ func DrawLineStrip(points []Vector2, pointCount int32, col color.RGBA) {
C.DrawLineStrip(cpoints, cpointCount, *ccolor)
}
// DrawCircle - Draw a color-filled circle
func DrawCircle(centerX, centerY int32, radius float32, col color.RGBA) {
ccenterX := (C.int)(centerX)