mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: Bug fix: Wrong documentation about SetScreenClearedEveryFrame
Closes #1555
This commit is contained in:
parent
af4866a87d
commit
29cb3dceb5
2
run.go
2
run.go
@ -77,7 +77,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) {
|
||||
|
Loading…
Reference in New Issue
Block a user