mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
- fixed playback of gzip compressed music
https://forum.zdoom.org/viewtopic.php?t=66157
This commit is contained in:
parent
c3dc8ea837
commit
1deade93cf
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ struct VectorReader : public MemoryReader
|
|||
getter(mVector);
|
||||
mData = mVector.data();
|
||||
mLength = (long)mVector.size();
|
||||
mPos = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue