From 421bf37b755a0f5d3744a1b662cc0edd8730cf08 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 8 May 2025 20:21:42 -0500 Subject: [PATCH] build --- ExampleModules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleModules.nix b/ExampleModules.nix index 28f7cb6..5285b78 100644 --- a/ExampleModules.nix +++ b/ExampleModules.nix @@ -323,7 +323,7 @@ -DCHATCLIENTVOICE_DYNAMIC \ modules/WindowModule/src/*.cpp \ modules/ImguiModule/src/*.cpp \ - $imgui/backends/imgui_impl_glfw.cpp \ + $imgui/backends/imgui_impl_sdl3.cpp \ $imgui/backends/imgui_impl_opengl3.cpp \ $imgui/misc/cpp/*.cpp \ $imgui/*.cpp \