Skip to content

Commit

Permalink
ebiten: Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Apr 3, 2021
1 parent 8d951ea commit d6ee55c
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 @@ -175,7 +175,7 @@ func RunGame(game Game) error {
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.
//
// Ebiten users should NOT call RunGameWithoutMainLoop.
Expand Down

0 comments on commit d6ee55c

Please sign in to comment.