From f73c11eb530066a799917ec5ddf8b5203dd22ab5 Mon Sep 17 00:00:00 2001 From: rootVIII Date: Thu, 3 Jun 2021 22:07:56 -0400 Subject: [PATCH] fix comment --- skulls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skulls.go b/skulls.go index e24b3d5..4a20ccd 100644 --- a/skulls.go +++ b/skulls.go @@ -618,7 +618,7 @@ func readAudio(context *audio.Context, asset []byte) (*audio.Player, error) { return player, nil } -// Play is the entry point to the game. +// Load is the entry point to the game. func Load() (*Game, error) { audioContext := audio.NewContext(44100)