precomps done

This commit is contained in:
lachrymaLF 2024-06-30 02:49:07 -04:00
parent 6e8b059af9
commit 5e5e5e1b53

View file

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