Skip to content

Commit

Permalink
- fixed playback of gzip compressed music
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 19, 2019
1 parent c3dc8ea commit 1deade9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/music_common/fileio.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ struct VectorReader : public MemoryReader
getter(mVector);
mData = mVector.data();
mLength = (long)mVector.size();
mPos = 0;
}


Expand Down

0 comments on commit 1deade9

Please sign in to comment.