mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-23 06:54:39 -04:00
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 commit738a9b80f3. * Revert "we crash if we try to SPDLOG in the destructors" This reverts commit327d305e00.
This commit is contained in:
@@ -44,4 +44,4 @@ public:
|
||||
~InputViewerSettingsWindow();
|
||||
|
||||
void Draw();
|
||||
};
|
||||
};
|
||||
|
||||
@@ -224,5 +224,7 @@ namespace SohGui {
|
||||
mStatsWindow = nullptr;
|
||||
mConsoleWindow = nullptr;
|
||||
mSohMenuBar = nullptr;
|
||||
mInputViewer = nullptr;
|
||||
mInputViewerSettings = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user