mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:04:38 +02:00
clearly init the skeleton URL in profile
This commit is contained in:
parent
f9b38af96f
commit
8df40b5d60
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue