sort children after adding

This commit is contained in:
Chris Danford
2005-02-19 01:03:55 +00:00
parent 4495a55e98
commit 5ae3b5cad0
+1
View File
@@ -39,6 +39,7 @@ void ActorFrame::LoadFromNode( const CString& sDir, const XNode* pNode )
if( pChildActor )
AddChild( pChildActor );
}
SortByDrawOrder();
}
}