Misc: added assert to detect ~ImGuiContext() called without DestroyContext(). (#9051)

This commit is contained in:
ocornut
2025-11-04 17:55:18 +01:00
parent 051a31594f
commit 1897248bda
2 changed files with 6 additions and 0 deletions

View File

@@ -2546,6 +2546,7 @@ struct ImGuiContext
char TempKeychordName[64];
ImGuiContext(ImFontAtlas* shared_font_atlas);
~ImGuiContext();
};
//-----------------------------------------------------------------------------