mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:33:27 +02:00
Switch members in EntityItemProperties to hack around corruption bug
This commit is contained in:
parent
e562f3d7a8
commit
d0a535aee5
1 changed files with 1 additions and 1 deletions
|
@ -383,8 +383,8 @@ private:
|
|||
// NOTE: The following are pseudo client only properties. They are only used in clients which can access
|
||||
// properties of model geometry. But these properties are not serialized like other properties.
|
||||
QVector<SittingPoint> _sittingPoints;
|
||||
glm::vec3 _naturalDimensions;
|
||||
QStringList _textureNames;
|
||||
glm::vec3 _naturalDimensions;
|
||||
};
|
||||
Q_DECLARE_METATYPE(EntityItemProperties);
|
||||
QScriptValue EntityItemPropertiesToScriptValue(QScriptEngine* engine, const EntityItemProperties& properties);
|
||||
|
|
Loading…
Reference in a new issue