mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-10 17:02:08 +02:00
Update applications/doppelganger-mirror/doppleganger.js
Co-authored-by: Julian Groß <julian.g@posteo.de>
This commit is contained in:
parent
49e3dc41ee
commit
eb4c63f155
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ Doppleganger.getMirroredJointNames = function(jointNames) {
|
|||
// @param {bool} [options.autoUpdate=true] - Automatically sync joint data.
|
||||
function Doppleganger(options) {
|
||||
options = options || {};
|
||||
//this.avatar = options.avatar || MyAvatar;
|
||||
this.avatar = MyAvatar;
|
||||
this.mirrored = 'mirrored' in options ? options.mirrored : false;
|
||||
this.autoUpdate = 'autoUpdate' in options ? options.autoUpdate : true;
|
||||
|
|
Loading…
Reference in a new issue