mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ui: Fix comments
This commit is contained in:
parent
6ed4bbc0a2
commit
ddecc1c602
4
run.go
4
run.go
@ -114,8 +114,8 @@ func run(width, height int, scale float64, title string, g *graphicsContext, mai
|
|||||||
// Run must be called on the main thread.
|
// Run must be called on the main thread.
|
||||||
// Note that Ebiten bounds the main goroutine to the main OS thread by runtime.LockOSThread.
|
// Note that Ebiten bounds the main goroutine to the main OS thread by runtime.LockOSThread.
|
||||||
//
|
//
|
||||||
// Ebiten tries to call f 60 times a second. In other words,
|
// Ebiten tries to call f 60 times a second by default. In other words,
|
||||||
// TPS (ticks per second) is 60.
|
// TPS (ticks per second) is 60 by default.
|
||||||
// This is not related to framerate (display's refresh rate).
|
// This is not related to framerate (display's refresh rate).
|
||||||
//
|
//
|
||||||
// f is not called when the window is in background by default.
|
// f is not called when the window is in background by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user