Merge pull request #4525 from ZappoMan/defaultAvatarBodyFix

fix bug in default avatars
This commit is contained in:
Philip Rosedale 2015-03-27 14:54:35 -07:00
commit 53970cb530

View file

@ -357,8 +357,8 @@ protected:
HeadData* _headData;
HandData* _handData;
QUrl _faceModelURL = DEFAULT_HEAD_MODEL_URL;
QUrl _skeletonModelURL = DEFAULT_BODY_MODEL_URL;
QUrl _faceModelURL; // These need to be empty so that on first time setting them they will not short circuit
QUrl _skeletonModelURL; // These need to be empty so that on first time setting them they will not short circuit
QVector<AttachmentData> _attachmentData;
QString _displayName;