mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
cloning fixes and improvements
This commit is contained in:
+1
-1
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user