**UPDATE SUBMODULES** - PLEASE READ

i've updated the submodules. this should make ImGui work on Wayland
again (apparently).

please make sure to do `git submodule update --init --recursive`.
This commit is contained in:
tildearrow 2022-02-07 22:09:20 -05:00
parent 632f17862e
commit a3beab6815
4 changed files with 4 additions and 4 deletions

View file

@ -6538,7 +6538,7 @@ bool FurnaceGUI::init() {
IMGUI_CHECKVERSION();
ImGui::CreateContext();
ImGui_ImplSDL2_InitForSDLRenderer(sdlWin);
ImGui_ImplSDL2_InitForSDLRenderer(sdlWin,sdlRend);
ImGui_ImplSDLRenderer_Init(sdlRend);
applyUISettings();