From ce68c1a6a4f6e90440ad87dc7a8d4846d1d1e065 Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Thu, 6 Jun 2013 18:03:38 -0700 Subject: [PATCH] Think this needs to be a double. --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 970e5a77c8..b1b1ea826c 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2546,7 +2546,7 @@ void Application::loadSettings(QSettings* set) { scanMenuBar(&Application::loadAction, set); getAvatar()->loadData(set); - _headCameraPitchYawScale = set->value("headCameraPitchYawScale").toFloat(); + _headCameraPitchYawScale = set->value("headCameraPitchYawScale").toDouble(); } void Application::saveSettings(QSettings* set) {