Fixed ImGui crash with SHRawAnimationInspector

This commit is contained in:
Kah Wei 2023-03-04 00:48:10 +08:00
parent 97605cc8fe
commit b93a08fa90
1 changed files with 1 additions and 1 deletions

View File

@ -199,8 +199,8 @@ namespace SHADE
ImGui::Unindent(); ImGui::Unindent();
} }
} }
ImGui::End();
} }
ImGui::End();
} }
void SHRawAnimInspector::Exit() void SHRawAnimInspector::Exit()