**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
2
extern/SDL
vendored
2
extern/SDL
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 381520ad921944284226b4ebf96299cb7fd0a69c
|
||||
Subproject commit 8ce003a42c2ef82b713a21ccf65750d955ff63ef
|
2
extern/fmt
vendored
2
extern/fmt
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 3a951a66cb0fb53ff5a9d5ce9c77e05ef9d382ce
|
||||
Subproject commit afbcf1e8eafc5d7f27e29c7397f22521eaa33fac
|
2
extern/imgui
vendored
2
extern/imgui
vendored
|
@ -1 +1 @@
|
|||
Subproject commit e278277d53c961b6b345388b79644187bd0d0339
|
||||
Subproject commit 1ee252772ae9c0a971d06257bb5c89f628fa696a
|
|
@ -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…
Reference in a new issue