Skip to content

Commit 9237ded

Browse files
committed
Release version 1.2.0
1 parent b3d333e commit 9237ded

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

.github/workflows/Check_ImGui_Submodule.yml

-45
This file was deleted.

rendering/UIController.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void UIController::DrawUI() {
101101
//if (ImGui::Checkbox("Show Grid", &showGrid)) {
102102
// ToggleGridVisibility();
103103
//}
104-
ImGui::End();
104+
//ImGui::End();
105105

106106

107107
ImGui::Render();

0 commit comments

Comments
 (0)