mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 00:26:33 +02:00
try another way of fixing held object snagging at slow velocity
This commit is contained in:
parent
2bdcb256d8
commit
c5a5f26e6a
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ public:
|
|||
QVariantMap getActionArguments(const QUuid& actionID) const;
|
||||
void deserializeActions();
|
||||
void setActionDataDirty(bool value) const { _actionDataDirty = value; }
|
||||
bool getActionDataDirty(bool value) const { return _actionDataDirty; }
|
||||
bool shouldSuppressLocationEdits() const;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue