From 94283904b8fbb1d45d26950dd93e75ea5c4a39d1 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Tue, 22 Mar 2016 10:26:13 -0700 Subject: [PATCH] update --- .../tests/batonSoundEntityTest/batonSoundTestEntityScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js b/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js index 4cbe98a2ce..b2f2c2585b 100644 --- a/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js +++ b/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js @@ -76,7 +76,7 @@ unload: function() { print("EBL UNLOAD"); - baton.release(function(){}); + // baton.release(); baton.unload(); Entities.deleteEntity(_this.batonDebugModel); if (_this.soundIntervalConnected === true) {