mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
first animatable object interface iteration
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user