Revert max_bar_height to variable

Why is a max value being assigned to??
This commit is contained in:
Raymond Li 2021-01-25 23:40:48 -05:00
parent a4e3bb93cb
commit 6a6a93a4f7
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ double *bar_heights = NULL;
double bar_step = 15;
double bar_base_height = 25;
double bar_periodic_step = 15;
const double max_bar_height = 25;
double max_bar_height = 25;
const int max_bar_count = 65535;
const int min_bar_count = 1;
int bar_count = min_bar_count;