More fixes for Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -452,7 +452,7 @@ CTrackViewAnimNode* CTrackViewAnimNode::CreateSubNode(
|
||||
{
|
||||
// Check for a duplicates
|
||||
CTrackViewAnimNodeBundle azEntityNodesFound = director2->GetAnimNodesByType(AnimNodeType::AzEntity);
|
||||
for (int x = 0; x < azEntityNodesFound.GetCount(); x++)
|
||||
for (unsigned int x = 0; x < azEntityNodesFound.GetCount(); x++)
|
||||
{
|
||||
if (azEntityNodesFound.GetNode(x)->GetAzEntityId() == owner)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user