mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Fixed waterfall recursive lock bug
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user