mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 11:35:20 +02:00
Prettified the Comment
This commit is contained in:
parent
ee1f371902
commit
b7ed3ce659
1 changed files with 4 additions and 2 deletions
|
@ -189,8 +189,10 @@ void setupPreferences() {
|
||||||
preference->setDecimals(2);
|
preference->setDecimals(2);
|
||||||
preferences->addPreference(preference);
|
preferences->addPreference(preference);
|
||||||
|
|
||||||
// When the Interface is first loaded, this section setupPreferences(); is loaded - causing the myAvatar->getDomainMinScale() and myAvatar->getDomainMaxScale() to get set to incorrect values which can't be changed across domain switches.
|
// When the Interface is first loaded, this section setupPreferences(); is loaded -
|
||||||
// Having these values loaded up when you load the Dialog each time is a way around this, therefore they're not specified here but in the QML.
|
// causing the myAvatar->getDomainMinScale() and myAvatar->getDomainMaxScale() to get set to incorrect values
|
||||||
|
// which can't be changed across domain switches. Having these values loaded up when you load the Dialog each time
|
||||||
|
// is a way around this, therefore they're not specified here but in the QML.
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
auto getter = []()->float { return DependencyManager::get<DdeFaceTracker>()->getEyeClosingThreshold(); };
|
auto getter = []()->float { return DependencyManager::get<DdeFaceTracker>()->getEyeClosingThreshold(); };
|
||||||
|
|
Loading…
Reference in a new issue