quiet compiler

This commit is contained in:
Seth Alves 2015-06-21 18:12:58 -07:00
parent 717c8ed3ad
commit 3afdcfd6d1

View file

@ -90,8 +90,8 @@ bool AvatarActionHold::updateArguments(QVariantMap arguments) {
_linearTimeScale = timeScale;
_angularTimeScale = timeScale;
} else if (!_parametersSet) {
_linearTimeScale = 0.2;
_angularTimeScale = 0.2;
_linearTimeScale = 0.2f;
_angularTimeScale = 0.2f;
}
if (hOk) {