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