mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi into remove-octreeFades
This commit is contained in:
commit
8ddbe139a7
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ void ObjectActionSpring::deserialize(QByteArray serializedArguments) {
|
||||||
|
|
||||||
EntityActionType type;
|
EntityActionType type;
|
||||||
dataStream >> type;
|
dataStream >> type;
|
||||||
assert(type == ACTION_TYPE_SPRING);
|
assert(type == getType());
|
||||||
|
|
||||||
QUuid id;
|
QUuid id;
|
||||||
dataStream >> id;
|
dataStream >> id;
|
||||||
|
|
Loading…
Reference in a new issue