we crash if we try to SPDLOG in the destructors (#3951)

* we crash if we try to SPDLOG in the destructors

* rip em out

* newline

* add to destroy

* Revert "rip em out"

This reverts commit 738a9b80f3.

* Revert "we crash if we try to SPDLOG in the destructors"

This reverts commit 327d305e00.
This commit is contained in:
briaguya 2024-02-21 00:21:26 -05:00 committed by GitHub
parent cd25f1d3c1
commit bcbe4cb1c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -44,4 +44,4 @@ public:
~InputViewerSettingsWindow(); ~InputViewerSettingsWindow();
void Draw(); void Draw();
}; };

View File

@ -224,5 +224,7 @@ namespace SohGui {
mStatsWindow = nullptr; mStatsWindow = nullptr;
mConsoleWindow = nullptr; mConsoleWindow = nullptr;
mSohMenuBar = nullptr; mSohMenuBar = nullptr;
mInputViewer = nullptr;
mInputViewerSettings = nullptr;
} }
} }