mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 12:02:25 +02:00
Merge pull request #5312 from sethalves/fix-hold-action-deserialize
fix hold-action deserialization.
This commit is contained in:
commit
a24fd13665
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