mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 00:24:46 +02:00
undo previous experiment
This commit is contained in:
parent
0739c46249
commit
9f6ec4120d
1 changed files with 4 additions and 3 deletions
|
@ -1432,9 +1432,10 @@ bool EntityItem::clearActions(EntitySimulation* simulation) {
|
|||
}
|
||||
|
||||
void EntityItem::setActionData(QByteArray actionData) {
|
||||
if (_actionData == actionData) {
|
||||
return;
|
||||
}
|
||||
// it would be nice to take this shortcut, but a previous add may have failed
|
||||
// if (_actionData == actionData) {
|
||||
// return;
|
||||
// }
|
||||
_actionData = actionData;
|
||||
if (actionData.size() == 0) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue