Skip to content

Commit

Permalink
ebitenutil: update documentation for DebugPrint
Browse files Browse the repository at this point in the history
Closes #2977
  • Loading branch information
hajimehoshi committed Jun 18, 2024
1 parent a6d7cad commit 941aec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebitenutil/debugprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func init() {
debugPrintTextImage = ebiten.NewImageFromImage(img)
}

// DebugPrint draws the string str on the image on left top corner.
// DebugPrint draws the string str on the image at (0, 0) position (the upper-left corner in most cases).
//
// 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 DebugPrint(image *ebiten.Image, str string) {
Expand Down

0 comments on commit 941aec5

Please sign in to comment.