mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 01:15:26 +00:00
Fixed issues in MP3 package list building
This commit is contained in:
@@ -140,7 +140,7 @@ const SSetCharacter* CAnimationParameters::GetCurrentSetCharacter(s32 NodeIndex
|
||||
{
|
||||
CAnimSet *pSet = AnimSet();
|
||||
|
||||
if (pSet && pSet->Type() == eAnimSet)
|
||||
if (pSet && (pSet->Type() == eAnimSet || pSet->Type() == eCharacter))
|
||||
{
|
||||
if (NodeIndex == -1)
|
||||
NodeIndex = mCharIndex;
|
||||
|
||||
Reference in New Issue
Block a user