correct imgui version and add vid

This commit is contained in:
Green Sky 2024-01-18 18:36:29 +01:00
parent c6a0df409d
commit 25be42e308
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -53,7 +53,7 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path, std::stri
// TODO: pm?
// graphics
g_provideInstance("ImGuiContext", "v1.90.1", "host", ImGui::GetCurrentContext());
g_provideInstance("ImGuiContext", ImGui::GetVersion(), "host", ImGui::GetCurrentContext());
g_provideInstance<TextureUploaderI>("TextureUploaderI", "host", &sdlrtu);
}