Skip to content

Commit

Permalink
ebiten: Correct spelling of game in function comment (hajimehoshi#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosnikolaou authored Jun 19, 2020
1 parent 3da0af5 commit ee8d0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (i *imageDumperGameWithDraw) Draw(screen *Image) {
}

// RunGame starts the main loop and runs the game.
// game's Update function is called every tick to update the gmae logic.
// game's Update function is called every tick to update the game logic.
// game's Draw function is, if it exists, called every frame to draw the screen.
// game's Layout function is called when necessary, and you can specify the logical screen size by the function.
//
Expand Down

0 comments on commit ee8d0c3

Please sign in to comment.