mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-18 20:17:29 +08:00
waver : fix spectrogram display
Was exceeding 2^16 vertices
This commit is contained in:
2
examples/third-party/imgui/CMakeLists.txt
vendored
2
examples/third-party/imgui/CMakeLists.txt
vendored
@@ -55,7 +55,7 @@ if (GGWAVE_SUPPORT_SDL2)
|
||||
|
||||
target_link_libraries(imgui-sdl2 PUBLIC
|
||||
imgui
|
||||
opengl32
|
||||
opengl32
|
||||
${SDL2_LIBRARIES}
|
||||
stdc++
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user