ebiten: Bug fix: Wrong documentation about SetScreenClearedEveryFrame

Closes #1555
This commit is contained in:
Hajime Hoshi 2021-03-30 00:31:57 +09:00
parent 9dd00114c5
commit 160441bb07

2
run.go
View File

@ -79,7 +79,7 @@ var (
)
// SetScreenClearedEveryFrame enables or disables the clearing of the screen at the beginning of each frame.
// The default value is false and the screen is cleared each frame by default.
// The default value is true and the screen is cleared each frame by default.
//
// SetScreenClearedEveryFrame is concurrent-safe.
func SetScreenClearedEveryFrame(cleared bool) {