1
0
mirror of synced 2024-09-24 11:38:26 +02:00

fix: Properly delete font atlas when we're done with it

This commit is contained in:
WerWolv 2023-11-28 10:07:02 +01:00
parent 813a95d283
commit 4ddd293210

View File

@ -149,6 +149,8 @@ namespace hex::init {
fs::setFileBrowserErrorCallback(nullptr);
IM_DELETE(ImHexApi::System::getFontAtlas());
return true;
}