Skip to content

Commit 3b2c474

Browse files
committed
change multi-backend workaround for latest imgui updates
1 parent 6401802 commit 3b2c474

File tree

4 files changed

+36
-1171
lines changed

4 files changed

+36
-1171
lines changed

deps/imgui/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if("${POLYSCOPE_BACKEND_OPENGL3_GLFW}")
4242

4343
list(APPEND SRCS
4444
imgui/backends/imgui_impl_opengl3.cpp
45-
custom_backends/backends/imgui_impl_glfw_polyscope.cpp
45+
imgui/backends/imgui_impl_glfw.cpp
4646
)
4747
endif()
4848
if("${POLYSCOPE_BACKEND_OPENGL3_EGL}")

0 commit comments

Comments
 (0)