mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
d56668bfdb
commit
aa042980ee
@ -57,7 +57,7 @@ func (s *Stream) Close() error {
|
||||
if s.resampling != nil {
|
||||
return s.resampling.Close()
|
||||
}
|
||||
return s.orig.Close()
|
||||
return nil
|
||||
}
|
||||
|
||||
// Length returns the size of decoded stream in bytes.
|
||||
|
Loading…
Reference in New Issue
Block a user