mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +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(),
|
||||
_lastPosition(0.0, 0.0, 0.0),
|
||||
_lastOrientationSend(0),
|
||||
_faceModelURL()
|
||||
_faceModelURL(),
|
||||
_skeletonModelURL()
|
||||
{
|
||||
if (!username.isEmpty()) {
|
||||
setUsername(username);
|
||||
|
|
Loading…
Reference in a new issue