mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
this code can be called for hold actions if they end up in an svo save. revert a line from a previous commit
This commit is contained in:
parent
fb23eb0faf
commit
848e5bcebf
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ void ObjectActionSpring::deserialize(QByteArray serializedArguments) {
|
|||
|
||||
EntityActionType type;
|
||||
dataStream >> type;
|
||||
assert(type == ACTION_TYPE_SPRING);
|
||||
assert(type == getType());
|
||||
|
||||
QUuid id;
|
||||
dataStream >> id;
|
||||
|
|
Loading…
Reference in a new issue