ebiten: update comments

This commit is contained in:
Hajime Hoshi 2022-12-09 21:18:37 +09:00
parent 015ce2b262
commit 032f55d19a

2
run.go
View File

@ -548,8 +548,6 @@ func SetScreenTransparent(transparent bool) {
// SetInitFocused sets whether the application is focused on show.
// The default value is true, i.e., the application is focused.
// Note that the application does not proceed if this is not focused by default.
// This behavior can be changed by SetRunnableOnUnfocused.
//
// SetInitFocused does nothing on mobile.
//