Skip to content

Commit

Permalink
Flow bugfix issue 28, imgui assert. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
areidmeyer authored Nov 14, 2022
1 parent b2aad1b commit 8c2791a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/source/nvfloweditor/EditorImgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ void editorImgui_update(
ImGui::TreePop();
}
}

ImGui::TreePop();
}

ImGui::End();
Expand Down

0 comments on commit 8c2791a

Please sign in to comment.