update strategy debug taks graph

This commit is contained in:
2021-02-21 13:42:29 +01:00
parent d22ad0d913
commit 4f859bad2e
4 changed files with 322 additions and 91 deletions

View File

@@ -44,7 +44,8 @@ std::vector<UpdateStrategies::UpdateCreationInfo> SimpleSceneService::registerUp
[this](Engine& e) { this->changeSceneFixedUpdate(e); },
UpdateStrategies::update_phase_t::MAIN,
true,
{"SimpleSceneService::scene_update"_hs} // first update, than change????
//{"SimpleSceneService::scene_update"_hs} // first update, than change????
{"SimpleSceneService::scene_tick"_hs}
}
};
}