mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +01:00
ebitenutil: typo
This commit is contained in:
parent
ac651def3b
commit
0c19b8d7ae
@ -63,7 +63,7 @@ func DrawRect(dst *ebiten.Image, x, y, width, height float64, clr color.Color) {
|
|||||||
|
|
||||||
// DrawCircle draws a circle on given destination dst.
|
// DrawCircle draws a circle on given destination dst.
|
||||||
//
|
//
|
||||||
// DrawCircle is intended to be used mainly for debugging or prototyping puropose.
|
// DrawCircle is intended to be used mainly for debugging or prototyping purpose.
|
||||||
func DrawCircle(dst *ebiten.Image, cx, cy, r float64, clr color.Color) {
|
func DrawCircle(dst *ebiten.Image, cx, cy, r float64, clr color.Color) {
|
||||||
var path vector.Path
|
var path vector.Path
|
||||||
rd, g, b, a := clr.RGBA()
|
rd, g, b, a := clr.RGBA()
|
||||||
|
Loading…
Reference in New Issue
Block a user