There was an error while loading. Please reload this page.
DearImGuiApplication::~DearImGuiApplication() { ... Application::Cleanup(); } Application::~Application() { Application::Cleanup(); } void Application::Cleanup() { glfwDestroyWindow(_window); glfwTerminate(); }
looks fishy