Fix two uninitialized variables

This commit is contained in:
Flössie
2020-06-19 10:55:48 +02:00
parent c607b58b18
commit 09fab8de0e
3 changed files with 4 additions and 2 deletions

View File

@@ -1080,7 +1080,6 @@ struct WaveletParamsEdited {
bool labgridBLow;
bool labgridAHigh;
bool labgridBHigh;
};
struct DirPyrEqualizerParamsEdited {