mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-26 15:58:12 +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();
|
||||
|
||||
Reference in New Issue
Block a user