21387: Fixed issue with av scaling via script

This commit is contained in:
Menithal 2017-06-26 19:52:11 +03:00
parent 359642eb0e
commit 232382e6d0

View file

@ -2532,7 +2532,7 @@ float MyAvatar::getAvatarScale() {
void MyAvatar::setAvatarScale(float val) {
if (QThread::currentThread() != thread()) {
QMetaObject::invokeMethod(this, "setScale", Q_ARG(float, val));
QMetaObject::invokeMethod(this, "setAvatarScale", Q_ARG(float, val));
return;
}