diff --git a/examples/audioExamples/acAudioSearching/ACAudioSearchAndInject.js b/examples/audioExamples/acAudioSearching/ACAudioSearchAndInject.js index b776a21439..d9212899d8 100644 --- a/examples/audioExamples/acAudioSearching/ACAudioSearchAndInject.js +++ b/examples/audioExamples/acAudioSearching/ACAudioSearchAndInject.js @@ -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); \ No newline at end of file +Script.setInterval(update, UPDATE_TIME);