mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17:26 +01:00
ebiten: Update comments
This commit is contained in:
parent
8d951ea024
commit
d6ee55cb22
2
run.go
2
run.go
@ -175,7 +175,7 @@ func RunGame(game Game) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// RunGameWithoutMainLoop runs the game, but don'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.
|
// Different from Run, RunGameWithoutMainLoop returns immediately.
|
||||||
//
|
//
|
||||||
// Ebiten users should NOT call RunGameWithoutMainLoop.
|
// Ebiten users should NOT call RunGameWithoutMainLoop.
|
||||||
|
Loading…
Reference in New Issue
Block a user