Format
This commit is contained in:
parent
ab0b2293fd
commit
f59ebefc8a
1 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,6 @@ func DrawLineStrip(points []Vector2, pointCount int32, col color.RGBA) {
|
||||||
C.DrawLineStrip(cpoints, cpointCount, *ccolor)
|
C.DrawLineStrip(cpoints, cpointCount, *ccolor)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// DrawCircle - Draw a color-filled circle
|
// DrawCircle - Draw a color-filled circle
|
||||||
func DrawCircle(centerX, centerY int32, radius float32, col color.RGBA) {
|
func DrawCircle(centerX, centerY int32, radius float32, col color.RGBA) {
|
||||||
ccenterX := (C.int)(centerX)
|
ccenterX := (C.int)(centerX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue