From bc8a8ac70371d189b2b17dc912781755e95278e8 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Tue, 22 Mar 2016 10:00:44 -0700 Subject: [PATCH] fix syntax error --- .../tests/batonSoundEntityTest/batonSoundTestEntityScript.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js b/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js index fda36e2a01..ce57050a12 100644 --- a/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js +++ b/examples/tests/batonSoundEntityTest/batonSoundTestEntityScript.js @@ -76,8 +76,8 @@ unload: function() { print("EBL UNLOAD"); - virtualBaton.release(); - virtualBaton.unload(); + baton.release(); + baton.unload(); Entities.deleteEntity(_this.batonDebugModel); if (_this.soundIntervalConnected === true) { Script.clearInterval(_this.playSoundInterval);