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
@@ -172,7 +172,7 @@ namespace BBM
ia._state.popLast();
}
void IAControllableSystem::onSelfUpdate()
void IAControllableSystem::onSelfUpdate(std::chrono::nanoseconds dtime)
{
_cached = false;
_map.clear();