From b8cb71e16afa73ad768d87a47509f84a1b907abd Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 21 Mar 2016 15:02:39 -0700 Subject: [PATCH] debug --- .../tests/batonSoundEntityTest/batonSoundTestEntityScript.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js b/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js index 673a21229e..659a6e1d67 100644 --- a/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js +++ b/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js @@ -68,7 +68,8 @@ print("EBL PRELOAD ENTITY SCRIPT!!!"); baton = virtualBaton({ // One winner for each entity - batonName: "io.highfidelity.soundEntityBatonTest:" + _this.entityID + batonName: "io.highfidelity.soundEntityBatonTest:" + _this.entityID, + debugFlow: true }); stopUpdateAndReclaim(); },