mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Misspelling
This commit is contained in:
parent
88e6768a30
commit
9be02c905b
2
run.go
2
run.go
@ -254,7 +254,7 @@ func (i *imageDumper) update(screen *Image) error {
|
||||
//
|
||||
// Ebiten tries to call f 60 times a second. In other words,
|
||||
// TPS (ticks per second) is 60.
|
||||
// This is not related to framerate (display's frashrate).
|
||||
// This is not related to framerate (display's refresh rate).
|
||||
//
|
||||
// f is not called when the window is in background by default.
|
||||
// This setting is configurable with SetRunnableInBackground.
|
||||
|
Loading…
Reference in New Issue
Block a user