We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fdfe7 commit a550ae1Copy full SHA for a550ae1
Client/mods/deathmatch/logic/CClientIFP.cpp
@@ -1172,6 +1172,7 @@ CAnimBlendHierarchySAInterface * CClientIFP::GetAnimationHierarchy ( const SStri
1172
if (strAnimationName.ToLower() == it->Name.ToLower())
1173
{
1174
pAnimHierarchyInterface = (CAnimBlendHierarchySAInterface *)&it->Hierarchy;
1175
+ break;
1176
}
1177
1178
s_iAnimationSearchReferences --;
0 commit comments