style style style

This commit is contained in:
benkyd
2023-01-09 14:51:51 +00:00
parent a01ca13bdd
commit f3264b7fe4
4 changed files with 94 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
#include "window.hpp"
#include "gui/style.hpp"
#include "spdlog/spdlog.h"
using namespace inferno;
@@ -160,6 +162,8 @@ void Window::setupImGui()
// Setup Platform/Renderer backends
ImGui_ImplGlfw_InitForOpenGL(window, true);
ImGui_ImplOpenGL3_Init(glslVersion);
SetupImGuiStyle2();
}
void Window::shutdownImGui()