mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebitenutil: Fix comments
This commit is contained in:
parent
ae94bbfe62
commit
17a47f80ef
@ -40,8 +40,7 @@ func DebugPrint(image *ebiten.Image, str string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
// DebugPrintAt draws the string str on the image at X and Y coordinates.
|
||||
// DebugPrintAt draws the string str on the image at (x, y) position.
|
||||
//
|
||||
// The available runes are in U+0000 to U+00FF, which is C0 Controls and Basic Latin and C1 Controls and Latin-1 Supplement.
|
||||
func DebugPrintAt(image *ebiten.Image, str string, x, y int) {
|
||||
|
Loading…
Reference in New Issue
Block a user