fix static cast at wrong place

This commit is contained in:
Bluub
2021-06-11 09:42:54 +02:00
parent 24bf246269
commit e759a2ed6c
2 changed files with 4 additions and 4 deletions
@@ -29,7 +29,7 @@ namespace BBM
std::vector<std::pair<Vector3f, int>> _bombs;
//! @brief
void UpdateMapInfos(WAL::Entity entity);
void UpdateMapInfos(WAL::ViewEntity<PositionComponent, ControllableComponent, IAControllableComponent> &entity);
public:
//! @inherit
void onFixedUpdate(WAL::ViewEntity<PositionComponent, ControllableComponent, IAControllableComponent> &entity) override;