housekeeping

This commit is contained in:
Justin Scofield
2022-06-10 01:09:53 -04:00
parent d8af0138bf
commit af17086b20
3 changed files with 15 additions and 22 deletions

View File

@@ -22,7 +22,7 @@ void Renderer::Create(SDL_Window* window) {
// Create the ImGui and ImPlot contexts
ImGui::CreateContext();
// Initialize ImGui for SDL
ImGui_ImplSDL2_InitForSDLRenderer(window, renderer);
ImGui_ImplSDLRenderer_Init(renderer);