mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 10:53:45 +02:00
quiet compiler
This commit is contained in:
parent
717c8ed3ad
commit
3afdcfd6d1
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ bool AvatarActionHold::updateArguments(QVariantMap arguments) {
|
||||||
_linearTimeScale = timeScale;
|
_linearTimeScale = timeScale;
|
||||||
_angularTimeScale = timeScale;
|
_angularTimeScale = timeScale;
|
||||||
} else if (!_parametersSet) {
|
} else if (!_parametersSet) {
|
||||||
_linearTimeScale = 0.2;
|
_linearTimeScale = 0.2f;
|
||||||
_angularTimeScale = 0.2;
|
_angularTimeScale = 0.2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hOk) {
|
if (hOk) {
|
||||||
|
|
Loading…
Reference in a new issue