mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
simplified animatable objects interface
This commit is contained in:
+1
-7
@@ -2,12 +2,6 @@
|
||||
#include "animationController.h"
|
||||
|
||||
namespace vb01{
|
||||
Animatable::Animatable(AnimationController *controller){
|
||||
this->animationController = controller;
|
||||
}
|
||||
|
||||
void Animatable::update(){
|
||||
if(animationController)
|
||||
animationController->update();
|
||||
Animatable::Animatable(){
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user