audio: Fix comments

This commit is contained in:
Hajime Hoshi 2017-12-02 16:26:20 +09:00
parent 65b44928ad
commit 6956e15b08

View File

@ -282,6 +282,7 @@ func (c *Context) loop() {
// Update is deprecated as of 1.6.0-alpha. // 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. // 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. // The internal audio error is returned at ebiten.Run instead.
func (c *Context) Update() error { func (c *Context) Update() error {
return nil return nil