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

This reverts commit 327d305e00.
This commit is contained in:
briaguya 2024-02-19 17:27:20 -05:00
parent a60b7440c9
commit dede9dd1fc

View File

@ -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() {