Skip to content

Commit

Permalink
UINodes seperator
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey0980 committed Feb 11, 2024
1 parent 4952a14 commit 4133f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/terraformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ void Terraformer::UINodes() {

ImGui::PopID();

//if (i != this->map->nodes.size() - 1) {
// ImGui::Separator();
//}
if (i != this->map->nodes.size() - 1) {
ImGui::Separator();
}
}

ImGui::EndChild();
Expand Down

0 comments on commit 4133f2e

Please sign in to comment.