mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 15:59:57 +02:00
fix copy-n-paste typo
This commit is contained in:
parent
2d0e4fb94f
commit
8a630a148e
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ void MyAvatar::loadData(QSettings* settings) {
|
|||
getHead()->setBasePitch(loadSetting(settings, "headPitch", 0.0f));
|
||||
|
||||
_position.x = loadSetting(settings, "position_x", START_LOCATION.x);
|
||||
_position.y = loadSetting(settings, "position_y", START_LOCATION.x);
|
||||
_position.y = loadSetting(settings, "position_y", START_LOCATION.y);
|
||||
_position.z = loadSetting(settings, "position_z", START_LOCATION.z);
|
||||
|
||||
getHead()->setPupilDilation(loadSetting(settings, "pupilDilation", 0.0f));
|
||||
|
|
Loading…
Reference in a new issue