mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
ebiten: Fix a comment
This commit is contained in:
parent
c46981a719
commit
b51c692e50
2
run.go
2
run.go
@ -183,7 +183,7 @@ func isRunGameEnded() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// RunGameWithoutMainLoop runs the game, but doesn't call the loop on the main (UI) thread.
|
// RunGameWithoutMainLoop runs the game, but doesn't call the loop on the main (UI) thread.
|
||||||
// Different from Run, RunGameWithoutMainLoop returns immediately.
|
// RunGameWithoutMainLoop returns immediately unlike Run.
|
||||||
//
|
//
|
||||||
// Ebiten users should NOT call RunGameWithoutMainLoop.
|
// Ebiten users should NOT call RunGameWithoutMainLoop.
|
||||||
// Instead, functions in github.com/hajimehoshi/ebiten/v2/mobile package calls this.
|
// Instead, functions in github.com/hajimehoshi/ebiten/v2/mobile package calls this.
|
||||||
|
Loading…
Reference in New Issue
Block a user