mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 18:46:22 +00:00
updated selfUpdate
This commit is contained in:
@@ -172,7 +172,7 @@ namespace BBM
|
||||
ia._state.popLast();
|
||||
}
|
||||
|
||||
void IAControllableSystem::onSelfUpdate()
|
||||
void IAControllableSystem::onSelfUpdate(std::chrono::nanoseconds dtime)
|
||||
{
|
||||
_cached = false;
|
||||
_map.clear();
|
||||
|
||||
@@ -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