mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
update overlays when cutoff slider is used
This commit is contained in:
parent
eb03dcd821
commit
378d50d8a3
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@
|
|||
sliderValue: _t.sliderValue
|
||||
}
|
||||
Messages.sendMessage('Hifi-Slider-Value-Reciever', JSON.stringify(message));
|
||||
if (_t.userData.sliderType === 'cutoff') {
|
||||
Messages.sendMessage('entityToolUpdates', 'callUpdate');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue