first animatable object interface iteration

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 2ae7f2efdd
commit 53bf4f41bd
19 changed files with 174 additions and 139 deletions
-1
View File
@@ -13,7 +13,6 @@ namespace vb01{
Skeleton::Skeleton(AnimationController *controller, string name){
this->name = name;
this->controller = controller;
this->controller->setSkeleton(this);
}
void Skeleton::update(){