use correct type for default float setting

This commit is contained in:
Brad Parker 2016-08-30 14:36:14 -04:00
parent 2c17d6a71e
commit 815b8e26b8

View File

@ -58,7 +58,7 @@ struct config_float_setting_ptr
const char *ident;
float *ptr;
bool def_enable;
bool def;
float def;
};
struct config_string_setting_ptr