waver : fix spectrogram display

Was exceeding 2^16 vertices
This commit is contained in:
Georgi Gerganov
2021-02-27 15:03:09 +02:00
parent bdf56d2f8f
commit f279604989
2 changed files with 44 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ if (GGWAVE_SUPPORT_SDL2)
target_link_libraries(imgui-sdl2 PUBLIC
imgui
opengl32
opengl32
${SDL2_LIBRARIES}
stdc++
)