mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 00:26:33 +02:00
Bug fix for MyAvatar.getEyeHeight()
This commit is contained in:
parent
2c51e516eb
commit
b49891c0f8
1 changed files with 1 additions and 1 deletions
|
@ -1579,7 +1579,7 @@ float Avatar::getEyeHeight() const {
|
|||
|
||||
if (QThread::currentThread() != thread()) {
|
||||
float result = DEFAULT_AVATAR_EYE_HEIGHT;
|
||||
BLOCKING_INVOKE_METHOD(const_cast<Avatar*>(this), "getHeight", Q_RETURN_ARG(float, result));
|
||||
BLOCKING_INVOKE_METHOD(const_cast<Avatar*>(this), "getEyeHeight", Q_RETURN_ARG(float, result));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue