mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +02:00
Think this needs to be a double.
This commit is contained in:
parent
e0e94481c9
commit
ce68c1a6a4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue