cloning fixes and improvements

This commit is contained in:
devZoGok
2022-03-30 21:20:02 +03:00
parent feaae8e272
commit 74fdb495bc
3 changed files with 28 additions and 14 deletions
+1 -1
View File
@@ -89,8 +89,8 @@ namespace vb01{
if(parent)
parent->attachChild(bone);
bones.push_back(bone);
bone->setSkeleton(this);
bones.push_back(bone);
}
Bone* Skeleton::getBone(string name){