fix comment

This commit is contained in:
rootVIII 2021-06-03 22:07:56 -04:00
parent e062ffca31
commit f73c11eb53

View file

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