mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +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.
|
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user