mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-21 15:30:09 +01:00
parent
6865dee1e6
commit
b8b75e8172
@ -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