Skip to content

Commit

Permalink
TestEngine: fixed test engine .ini settings loss (caused by bdfd986)
Browse files Browse the repository at this point in the history
Didn't mean to commit the ImGuiTestEngine_UnbindImGuiContext() call, it was a test for #67
  • Loading branch information
ocornut committed Jan 23, 2025
1 parent 9f621f9 commit 8e06a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui_test_engine/imgui_te_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ void ImGuiTestEngine_Stop(ImGuiTestEngine* engine)

engine->Abort = true;
ImGuiTestEngine_CoroutineStopAndJoin(engine);
ImGuiTestEngine_UnbindImGuiContext(engine, engine->UiContextTarget);
//ImGuiTestEngine_UnbindImGuiContext(engine, engine->UiContextTarget);
ImGuiTestEngine_Export(engine);
engine->Started = false;
}
Expand Down

0 comments on commit 8e06a65

Please sign in to comment.