mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
code cleanup
This commit is contained in:
@@ -7,12 +7,6 @@ namespace vb01{
|
||||
this->name = name;
|
||||
}
|
||||
|
||||
Animation::~Animation(){
|
||||
}
|
||||
|
||||
void Animation::update(){
|
||||
}
|
||||
|
||||
KeyframeChannel* Animation::getKeyframeChannel(Animatable *animatable, KeyframeChannelType type){
|
||||
KeyframeChannel *k = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user