mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-29 20:00:53 +00:00
- fix for loop tag parser.
This commit is contained in:
parent
92563245ce
commit
9097591879
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ static void ParseVorbisComments(MusicIO::FileInterface *fr, uint32_t *start, zmu
|
|||
|
||||
static const char* loopStartTags[] = { "LOOP_START=", "LOOPSTART=", "LOOP=" };
|
||||
static const char* loopEndTags[] = { "LOOP_END=", "LOOPEND=" };
|
||||
static const char* loopLengthTags[] = { "LOOP_LENGTH", "LOOPLENGTH" };
|
||||
static const char* loopLengthTags[] = { "LOOP_LENGTH=", "LOOPLENGTH=" };
|
||||
|
||||
for (auto tag : loopStartTags)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue