mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 18:48:32 +02:00
remove unused variable
This commit is contained in:
parent
bfcb1a8391
commit
df32b61eaf
1 changed files with 0 additions and 1 deletions
|
@ -5333,7 +5333,6 @@ void MyAvatar::addAvatarHandsToFlow(const std::shared_ptr<Avatar>& otherAvatar)
|
|||
}
|
||||
|
||||
void MyAvatar::useFlow(bool isActive, bool isCollidable, const QVariantMap& physicsConfig, const QVariantMap& collisionsConfig) {
|
||||
QVariantList result;
|
||||
if (QThread::currentThread() != thread()) {
|
||||
QMetaObject::invokeMethod(this, "useFlow",
|
||||
Q_ARG(bool, isActive),
|
||||
|
|
Loading…
Reference in a new issue