mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 20:34:20 +02:00
Changed wait time of avatar list query to entity query to update time so avatar positions don't pile up
This commit is contained in:
parent
6d64da2df7
commit
053f163b92
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ function update() {
|
|||
});
|
||||
//Now wipe list for next query;
|
||||
avatarPositions = [];
|
||||
}, 1000);
|
||||
}, UPDATE_TIME);
|
||||
handleActiveSoundEntities();
|
||||
}
|
||||
|
||||
|
@ -204,4 +204,4 @@ function checkForSoundPropertyChanges(currentProps, newProps) {
|
|||
|
||||
}
|
||||
|
||||
Script.setInterval(update, UPDATE_TIME);
|
||||
Script.setInterval(update, UPDATE_TIME);
|
||||
|
|
Loading…
Reference in a new issue