use correct type for default float setting
This commit is contained in:
parent
2c17d6a71e
commit
815b8e26b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue