diff --git a/Keishiki/UI.cpp b/Keishiki/UI.cpp index 0a51655..c142394 100644 --- a/Keishiki/UI.cpp +++ b/Keishiki/UI.cpp @@ -1718,6 +1718,7 @@ namespace K::UI { ImGui::PushID(id++); const bool is_selected = r_name == comp.name.c_str(); // lol if (ImGui::Selectable(comp.name.c_str(), is_selected)) { + // im sorry... todo refactor auto dfs = [&s](CompositionState& c){ auto iter = [&s](CompositionState& c, auto& this_lambda) { if (&s == &c)