mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 01:23:55 +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;
|
QVariantMap getActionArguments(const QUuid& actionID) const;
|
||||||
void deserializeActions();
|
void deserializeActions();
|
||||||
void setActionDataDirty(bool value) const { _actionDataDirty = value; }
|
void setActionDataDirty(bool value) const { _actionDataDirty = value; }
|
||||||
|
bool getActionDataDirty(bool value) const { return _actionDataDirty; }
|
||||||
bool shouldSuppressLocationEdits() const;
|
bool shouldSuppressLocationEdits() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in a new issue