Fix autoresizing log spam

This commit is contained in:
Atlante45 2015-10-19 18:22:44 -07:00
parent b977a094d3
commit 1c46f2aa75
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ private:
QStringList _originalTextures;
bool _originalTexturesRead = false;
QVector<QVector<glm::vec3>> _points;
bool _dimensionsInitialized = false;
bool _dimensionsInitialized = true;
render::ItemID _myMetaItem;
};

View file

@ -270,7 +270,7 @@ private:
bool _glowLevelChanged;
bool _localRenderAlphaChanged;
bool _defaultSettings;
bool _dimensionsInitialized = false; // Only true if creating an entity localy with no dimensions properties
bool _dimensionsInitialized = true; // Only false if creating an entity localy with no dimensions properties
// 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.