mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Took out debug print
This commit is contained in:
parent
1aa20dff60
commit
afc573b248
1 changed files with 1 additions and 3 deletions
|
@ -142,7 +142,6 @@ function updateLocalLights()
|
|||
// new avatars, so add lights
|
||||
var numAvatars = AvatarManager.getNumAvatars();
|
||||
if (numAvatars != currentNumAvatars) {
|
||||
print("!!! REINITIALIZE LIGHTS !!!");
|
||||
|
||||
for (var i = 0; i < numAvatars; i++) {
|
||||
var id = AvatarManager.getAvatarHashKey(i);
|
||||
|
@ -158,8 +157,7 @@ function updateLocalLights()
|
|||
|
||||
// add new id and set light params
|
||||
if (!hasRegistered) {
|
||||
print("!!! SAVE NEW AVATAR " + avatarHashIDs.length + " ID = " + id + " !!!");
|
||||
|
||||
|
||||
avatarHashIDs.push(id);
|
||||
AvatarManager.addAvatarLocalLight(i);
|
||||
|
||||
|
|
Loading…
Reference in a new issue