mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 15:39:50 +00:00
fix static cast at wrong place
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user