Fixing movements

This commit is contained in:
Zoe Roux
2021-05-31 11:20:31 +02:00
165 changed files with 5426 additions and 1121 deletions
@@ -12,7 +12,7 @@ namespace BBM
class GridCenteredSystem : public WAL::System
{
public:
void onFixedUpdate(Entity &entity) override;
void onFixedUpdate(WAL::Entity &entity) override;
//! @brief A default constructor
GridCenteredSystem();