bug fix
This commit is contained in:
parent
f293f8fb20
commit
d7111744dd
1 changed files with 3 additions and 0 deletions
|
@ -661,6 +661,9 @@ void HdPackLoader::ProcessBgmTag(vector<string> &tokens)
|
|||
pt >> loopPoint;
|
||||
_data->BgmLoopPointsById[trackId] = loopPoint;
|
||||
}
|
||||
else {
|
||||
_data->BgmLoopPointsById[trackId] = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue