mobile: Fix comments at SetGame

This commit is contained in:
Hajime Hoshi 2019-09-27 11:28:48 +09:00
parent af6bda48c3
commit 9bb96a4012

View File

@ -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)
}