**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:
parent
632f17862e
commit
a3beab6815
4 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue