mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 08:33:36 +00:00
updated selfUpdate
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user