Merge pull request #3472 from bparker06/config

use correct type for default float setting
This commit is contained in:
Twinaphex 2016-08-30 20:44:37 +02:00 committed by GitHub
commit 8da400c55e

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