mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 15:13:10 +02:00
Adjust the size when we toggle the avatar LOD options.
This commit is contained in:
parent
39135d3d5f
commit
0ca68e4cb4
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ void LodToolsDialog::updateAvatarLODControls() {
|
|||
if (!_automaticAvatarLOD->isChecked()) {
|
||||
_avatarLOD->setValue(1.0 / Menu::getInstance()->getAvatarLODDistanceMultiplier());
|
||||
}
|
||||
|
||||
if (isVisible()) {
|
||||
adjustSize();
|
||||
}
|
||||
}
|
||||
|
||||
void LodToolsDialog::updateAvatarLODValues() {
|
||||
|
|
Loading…
Reference in a new issue