clearly init the skeleton URL in profile

This commit is contained in:
Stephen Birarda 2014-01-21 17:07:40 -08:00
parent f9b38af96f
commit 8df40b5d60

View file

@ -21,7 +21,8 @@ Profile::Profile(const QString &username) :
_lastDomain(), _lastDomain(),
_lastPosition(0.0, 0.0, 0.0), _lastPosition(0.0, 0.0, 0.0),
_lastOrientationSend(0), _lastOrientationSend(0),
_faceModelURL() _faceModelURL(),
_skeletonModelURL()
{ {
if (!username.isEmpty()) { if (!username.isEmpty()) {
setUsername(username); setUsername(username);