Skip to content

Commit

Permalink
Fixes incorrect output attribute ending in example (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderkeys authored Feb 20, 2024
1 parent 92263fe commit 99f0382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/color_node_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ class ColorNodeEditor
const float label_width = ImGui::CalcTextSize("output").x;
ImGui::Indent(node_width - label_width);
ImGui::TextUnformatted("output");
ImNodes::EndInputAttribute();
ImNodes::EndOutputAttribute();
}

ImNodes::EndNode();
Expand Down

0 comments on commit 99f0382

Please sign in to comment.