Switch members in EntityItemProperties to hack around corruption bug

This commit is contained in:
Atlante45 2014-11-10 10:18:37 -08:00
parent e562f3d7a8
commit d0a535aee5

View file

@ -383,8 +383,8 @@ private:
// NOTE: The following are pseudo client only properties. They are only used in clients which can access // 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. // properties of model geometry. But these properties are not serialized like other properties.
QVector<SittingPoint> _sittingPoints; QVector<SittingPoint> _sittingPoints;
glm::vec3 _naturalDimensions;
QStringList _textureNames; QStringList _textureNames;
glm::vec3 _naturalDimensions;
}; };
Q_DECLARE_METATYPE(EntityItemProperties); Q_DECLARE_METATYPE(EntityItemProperties);
QScriptValue EntityItemPropertiesToScriptValue(QScriptEngine* engine, const EntityItemProperties& properties); QScriptValue EntityItemPropertiesToScriptValue(QScriptEngine* engine, const EntityItemProperties& properties);