MyAvatar is available in tablet now

This commit is contained in:
David Rowe 2017-03-12 09:59:52 +13:00
parent 2cc723762c
commit 05e4c2a1bb

View file

@ -23,10 +23,7 @@ Preference {
Component.onCompleted: {
dataTextField.text = preference.value;
// FIXME: MyAvatar object isn't available in HMD mode for some reason.
if (typeof MyAvatar !== "undefined") {
console.log("MyAvatar modelName " + MyAvatar.getFullAvatarModelName())
}
console.log("MyAvatar modelName " + MyAvatar.getFullAvatarModelName())
console.log("Application : " + ApplicationInterface)
ApplicationInterface.fullAvatarURLChanged.connect(processNewAvatar);
}