Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -394,7 +394,7 @@ void SEditorSettings::LoadValue(const char* sSection, const char* sKey, float& v
|
||||
{
|
||||
const SettingsGroup sg(sSection);
|
||||
const QString defaultVal = s_editorSettings()->value(sKey, QString::number(value)).toString();
|
||||
value = defaultVal.toDouble();
|
||||
value = defaultVal.toFloat();
|
||||
|
||||
if (GetIEditor()->GetSettingsManager())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user