mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
Use a small default lean scale.
This commit is contained in:
parent
8d65323345
commit
222e026662
1 changed files with 1 additions and 1 deletions
|
@ -1574,7 +1574,7 @@ void Avatar::loadData(QSettings* settings) {
|
|||
|
||||
_voxels.setVoxelURL(settings->value("voxelURL").toUrl());
|
||||
|
||||
_leanScale = loadSetting(settings, "leanScale", 0.5f);
|
||||
_leanScale = loadSetting(settings, "leanScale", 0.05f);
|
||||
|
||||
_newScale = loadSetting(settings, "scale", 1.0f);
|
||||
setScale(_scale);
|
||||
|
|
Loading…
Reference in a new issue