mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
audio: Fix comments
This commit is contained in:
parent
65b44928ad
commit
6956e15b08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user