Merge pull request #7933 from Atlante45/remove-ac-avatar

fix floating AC Avatar at 0,0,0
This commit is contained in:
Brad Hefta-Gaub 2016-05-18 19:56:04 -07:00
commit ed3950c5d7

View file

@ -40,6 +40,7 @@ var DEFAULT_SOUND_DATA = {
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.
Avatar.skeletonModelURL = "http://invalid-url";
function ignore() {}
function debug() { // Display the arguments not just [Object object].
//print.apply(null, [].map.call(arguments, JSON.stringify));