forked from Green-Sky/tomato
correct imgui version and add vid
This commit is contained in:
parent
c6a0df409d
commit
25be42e308
BIN
res/tomato_fps-reduced_gif.mp4
Normal file
BIN
res/tomato_fps-reduced_gif.mp4
Normal file
Binary file not shown.
@ -53,7 +53,7 @@ MainScreen::MainScreen(SDL_Renderer* renderer_, std::string save_path, std::stri
|
|||||||
// TODO: pm?
|
// TODO: pm?
|
||||||
|
|
||||||
// graphics
|
// graphics
|
||||||
g_provideInstance("ImGuiContext", "v1.90.1", "host", ImGui::GetCurrentContext());
|
g_provideInstance("ImGuiContext", ImGui::GetVersion(), "host", ImGui::GetCurrentContext());
|
||||||
g_provideInstance<TextureUploaderI>("TextureUploaderI", "host", &sdlrtu);
|
g_provideInstance<TextureUploaderI>("TextureUploaderI", "host", &sdlrtu);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user