fix comment
This commit is contained in:
parent
e062ffca31
commit
f73c11eb53
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ func readAudio(context *audio.Context, asset []byte) (*audio.Player, error) {
|
||||||
return player, nil
|
return player, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Play is the entry point to the game.
|
// Load is the entry point to the game.
|
||||||
func Load() (*Game, error) {
|
func Load() (*Game, error) {
|
||||||
|
|
||||||
audioContext := audio.NewContext(44100)
|
audioContext := audio.NewContext(44100)
|
||||||
|
|
Loading…
Add table
Reference in a new issue