From b0664b587f52dbaa312dc8dc8ccf2429642361ed Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Thu, 18 Feb 2016 15:39:38 -0800 Subject: [PATCH] bumped injector count --- examples/audioExamples/injectorLoadTest.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/audioExamples/injectorLoadTest.js b/examples/audioExamples/injectorLoadTest.js index 3842678590..3af54c4c48 100644 --- a/examples/audioExamples/injectorLoadTest.js +++ b/examples/audioExamples/injectorLoadTest.js @@ -13,8 +13,9 @@ Script.include("../libraries/utils.js"); -var numSoundsToPlayPerBatch = 1; -var timeBetweenBatch = 100; +var numSoundsToPlayPerBatch = 41 +var numSoundsPlaying = 0; +var timeBetweenBatch = 10000; // A green box represents an injector that is playing var basePosition = { @@ -58,6 +59,9 @@ function playSound() { position: position, volume: 0.1 }); + + print("INJECTOR VALUE: " + JSON.stringify(injector)); + totalInjectors++; var soundBox = Entities.addEntity({