mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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.
|
||||
// Different from Run, RunGameWithoutMainLoop returns immediately.
|
||||
// RunGameWithoutMainLoop returns immediately unlike Run.
|
||||
//
|
||||
// Ebiten users should NOT call RunGameWithoutMainLoop.
|
||||
// Instead, functions in github.com/hajimehoshi/ebiten/v2/mobile package calls this.
|
||||
|
Loading…
Reference in New Issue
Block a user