mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 08:16:21 +02:00
Merge pull request #7933 from Atlante45/remove-ac-avatar
fix floating AC Avatar at 0,0,0
This commit is contained in:
commit
ed3950c5d7
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ var DEFAULT_SOUND_DATA = {
|
||||||
|
|
||||||
Script.include("../../libraries/utils.js");
|
Script.include("../../libraries/utils.js");
|
||||||
Agent.isAvatar = true; // This puts a robot at 0,0,0, but is currently necessary in order to use AvatarList.
|
Agent.isAvatar = true; // This puts a robot at 0,0,0, but is currently necessary in order to use AvatarList.
|
||||||
|
Avatar.skeletonModelURL = "http://invalid-url";
|
||||||
function ignore() {}
|
function ignore() {}
|
||||||
function debug() { // Display the arguments not just [Object object].
|
function debug() { // Display the arguments not just [Object object].
|
||||||
//print.apply(null, [].map.call(arguments, JSON.stringify));
|
//print.apply(null, [].map.call(arguments, JSON.stringify));
|
||||||
|
|
Loading…
Reference in a new issue