fix bug in default avatars

This commit is contained in:
ZappoMan 2015-03-27 14:44:35 -07:00
parent 0fd17b3303
commit 1821683453

View file

@ -365,8 +365,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;