mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 23:55:06 -04:00
Revert "we crash if we try to SPDLOG in the destructors"
This reverts commit 327d305e00
.
This commit is contained in:
parent
a60b7440c9
commit
dede9dd1fc
@ -36,8 +36,7 @@ static ImVec4 color2Vec(Color_RGBA8 color) {
|
||||
}
|
||||
|
||||
InputViewer::~InputViewer() {
|
||||
//
|
||||
// SPDLOG_TRACE("destruct input viewer");
|
||||
SPDLOG_TRACE("destruct input viewer");
|
||||
}
|
||||
|
||||
void InputViewer::RenderButton(std::string btnTexture, std::string btnOutlineTexture, int state, ImVec2 size,
|
||||
@ -355,8 +354,7 @@ void InputViewer::DrawElement() {
|
||||
}
|
||||
|
||||
InputViewerSettingsWindow::~InputViewerSettingsWindow() {
|
||||
//
|
||||
// SPDLOG_TRACE("destruct input viewer settings window");
|
||||
SPDLOG_TRACE("destruct input viewer settings window");
|
||||
}
|
||||
|
||||
void InputViewerSettingsWindow::DrawElement() {
|
||||
|
Loading…
Reference in New Issue
Block a user