mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03: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) {
|
void EntityItem::setActionData(QByteArray actionData) {
|
||||||
if (_actionData == actionData) {
|
// it would be nice to take this shortcut, but a previous add may have failed
|
||||||
return;
|
// if (_actionData == actionData) {
|
||||||
}
|
// return;
|
||||||
|
// }
|
||||||
_actionData = actionData;
|
_actionData = actionData;
|
||||||
if (actionData.size() == 0) {
|
if (actionData.size() == 0) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue