mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07: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:
parent
cd25f1d3c1
commit
bcbe4cb1c3
2 changed files with 3 additions and 1 deletions
|
@ -224,5 +224,7 @@ namespace SohGui {
|
||||||
mStatsWindow = nullptr;
|
mStatsWindow = nullptr;
|
||||||
mConsoleWindow = nullptr;
|
mConsoleWindow = nullptr;
|
||||||
mSohMenuBar = nullptr;
|
mSohMenuBar = nullptr;
|
||||||
|
mInputViewer = nullptr;
|
||||||
|
mInputViewerSettings = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue