mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
code cleanup
This commit is contained in:
@@ -5,12 +5,6 @@
|
||||
using namespace std;
|
||||
|
||||
namespace vb01{
|
||||
AnimationController::AnimationController(){
|
||||
}
|
||||
|
||||
AnimationController::~AnimationController(){
|
||||
}
|
||||
|
||||
void AnimationController::update(){
|
||||
for(AnimationChannel *channel : channels){
|
||||
channel->update();
|
||||
|
||||
Reference in New Issue
Block a user