mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-22 07:50:08 +01:00
audio/wav: Fix a wrong comment
This commit is contained in:
parent
a440504c9e
commit
176e383de4
@ -43,7 +43,7 @@ func (s *Stream) Seek(offset int64, whence int) (int64, error) {
|
|||||||
return s.inner.Seek(offset, whence)
|
return s.inner.Seek(offset, whence)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read is implementation of io.Closer's Close.
|
// Close is implementation of io.Closer's Close.
|
||||||
func (s *Stream) Close() error {
|
func (s *Stream) Close() error {
|
||||||
runtime.SetFinalizer(s, nil)
|
runtime.SetFinalizer(s, nil)
|
||||||
return s.inner.Close()
|
return s.inner.Close()
|
||||||
|
Loading…
Reference in New Issue
Block a user