Change sizeband to 6 in ToneEqualizerParamsEdited issue 7085
This commit is contained in:
parent
5999d494d5
commit
4a5194e2d7
@ -371,7 +371,7 @@ struct SHParamsEdited {
|
|||||||
|
|
||||||
struct ToneEqualizerParamsEdited {
|
struct ToneEqualizerParamsEdited {
|
||||||
bool enabled;
|
bool enabled;
|
||||||
std::array<bool, 5> bands;
|
std::array<bool, 6> bands;
|
||||||
bool regularization;
|
bool regularization;
|
||||||
bool show_colormap;
|
bool show_colormap;
|
||||||
bool pivot;
|
bool pivot;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user