From e4508e1d3466e5ab1c430c17d6910d71cd720d52 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Fri, 19 Feb 2016 12:06:08 -0800 Subject: [PATCH] added comment and name --- examples/audioExamples/injectorLoadTest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/audioExamples/injectorLoadTest.js b/examples/audioExamples/injectorLoadTest.js index 59ddea6a3c..3df2d873c7 100644 --- a/examples/audioExamples/injectorLoadTest.js +++ b/examples/audioExamples/injectorLoadTest.js @@ -13,7 +13,7 @@ Script.include("../libraries/utils.js"); -var numSoundsToPlayPerBatch = 35 +var numSoundsToPlayPerBatch = 35 // Number of simultaneously playing sounds var numSoundsPlaying = 0; var timeBetweenBatch = 30000; // A green box represents an injector that is playing @@ -76,6 +76,7 @@ function playSound() { var soundBox = Entities.addEntity({ type: "Box", + name: "Debug Sound Box", color: {red: 200, green: 10, blue: 200}, dimensions: {x: 0.1, y: 0.1, z: 0.1}, position: position