mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-22 07:50:08 +01:00
parent
6865dee1e6
commit
b8b75e8172
@ -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