From 6956e15b0826318304c16fbe56fdced6c41af554 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 2 Dec 2017 16:26:20 +0900 Subject: [PATCH] audio: Fix comments --- audio/audio.go | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/audio.go b/audio/audio.go index 1a0d8672c..0a9d2ccb0 100644 --- a/audio/audio.go +++ b/audio/audio.go @@ -282,6 +282,7 @@ func (c *Context) loop() { // Update is deprecated as of 1.6.0-alpha. // // As of 1.6.0-alpha, Update always returns nil and does nothing related to updating the state. +// You don't have to call this function any longer. // The internal audio error is returned at ebiten.Run instead. func (c *Context) Update() error { return nil