cleanup
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#include "MovementSystem.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void MovementSystem::update(entityx::EntityManager &entities, entityx::EventManager &events, entityx::TimeDelta dt) {
|
||||
//std::cout << "Moving delta: " << dt << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user