Fixed waterfall recursive lock bug

This commit is contained in:
AlexandreRouma
2021-11-03 16:30:32 +01:00
parent d5becc5fc2
commit e6377d4f3d
2 changed files with 12 additions and 12 deletions

View File

@ -124,7 +124,7 @@ namespace ImGui {
void setFFTHeight(int height);
int getFFTHeight();
void setRawFFTSize(int size, bool lock = true);
void setRawFFTSize(int size);
void setFastFFT(bool fastFFT);
@ -227,7 +227,7 @@ namespace ImGui {
GLuint textureId;
std::mutex buf_mtx;
std::recursive_mutex buf_mtx;
float vRange;