updated selfUpdate

This commit is contained in:
HENRY Benjamin
2021-06-17 14:44:55 +02:00
parent 238a188487
commit c17ca81cbd
2 changed files with 2 additions and 2 deletions
@@ -53,7 +53,7 @@ namespace BBM
void onFixedUpdate(WAL::ViewEntity<PositionComponent, ControllableComponent, IAControllableComponent, BombHolderComponent> &entity) override;
//! @inherit
void onSelfUpdate() override;
void onSelfUpdate(std::chrono::nanoseconds dtime) override;
//! @brief A default constructor
IAControllableSystem(WAL::Wal &wal);