try another way of fixing held object snagging at slow velocity

This commit is contained in:
Seth Alves 2015-10-19 10:27:35 -07:00
parent 2bdcb256d8
commit c5a5f26e6a

View file

@ -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: