precomps done
This commit is contained in:
parent
6e8b059af9
commit
5e5e5e1b53
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue