mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
mobile: Fix comments at SetGame
This commit is contained in:
parent
af6bda48c3
commit
9bb96a4012
@ -45,7 +45,7 @@ type Game interface {
|
||||
//
|
||||
// SetGame is epxected to be called only once.
|
||||
//
|
||||
// SetGame is expected to be called at initialization phase like an init function.
|
||||
// SetGame can be called anytime. Until SetGame is called, the game does not start.
|
||||
func SetGame(game Game) {
|
||||
ebitenmobileview.SetGame(game)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user