mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-08 04:56:35 +01:00
cleanup includes, primarily artifacts of the updatestrat refactor
This commit is contained in:
@@ -184,6 +184,7 @@ bool ImGuiEngineTools::enable(Engine& engine, std::vector<UpdateStrategies::Task
|
||||
task_array.push_back(
|
||||
UpdateStrategies::TaskInfo{"ImGuiEngineTools::render"}
|
||||
.fn([this](Engine& e){ renderImGui(e); })
|
||||
.phase(UpdateStrategies::update_phase_t::PRE)
|
||||
.succeed("ImGuiMenuBar::render")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user