mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-02 14:04:28 +01:00
Fix typo in docs for mobile.SetGame (#1226)
This commit is contained in:
parent
4c640d2500
commit
52e3403257
@ -28,7 +28,7 @@ type Game = ebiten.Game
|
|||||||
|
|
||||||
// SetGame sets a mobile game.
|
// SetGame sets a mobile game.
|
||||||
//
|
//
|
||||||
// SetGame is epxected to be called only once.
|
// SetGame is expected to be called only once.
|
||||||
//
|
//
|
||||||
// SetGame can be called anytime. Until SetGame is called, the game does not start.
|
// SetGame can be called anytime. Until SetGame is called, the game does not start.
|
||||||
func SetGame(game Game) {
|
func SetGame(game Game) {
|
||||||
|
Loading…
Reference in New Issue
Block a user