ebitenutil: Update doc

This commit is contained in:
Hajime Hoshi 2018-02-20 02:02:30 +09:00
parent 30e48d5c3c
commit e8d5c59e65

View File

@ -32,6 +32,8 @@ var defaultDebugPrintState = &debugPrintState{}
// DebugPrint draws the string str on the image. // DebugPrint draws the string str on the image.
// //
// The available runes are in U+0000 to U+00FF, which is C0 Controls and Basic Latin and C1 Controls and Latin-1 Supplement.
//
// DebugPrint always returns nil as of 1.5.0-alpha. // DebugPrint always returns nil as of 1.5.0-alpha.
func DebugPrint(image *ebiten.Image, str string) error { func DebugPrint(image *ebiten.Image, str string) error {
defaultDebugPrintState.DebugPrint(image, str) defaultDebugPrintState.DebugPrint(image, str)