From 5e5e5e1b53d58395a02885fb7e7b2eef9bf0b17e Mon Sep 17 00:00:00 2001 From: lachrymaLF Date: Sun, 30 Jun 2024 02:49:07 -0400 Subject: [PATCH] precomps done --- Keishiki/UI.cpp | 1 + 1 file changed, 1 insertion(+) 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)