From 7659aed97a9b91d84921cc8be379e0d7c5d1f9a4 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 21 Mar 2016 14:42:53 -0700 Subject: [PATCH] dont delete the entity when spawner script shutdown --- .../tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js b/examples/tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js index 541eb05baf..633870d985 100644 --- a/examples/tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js +++ b/examples/tests/batonSoundEntityTest/batonSoundTestEntitySpawner.js @@ -25,7 +25,7 @@ function cleanup() { - Entities.deleteEntity(soundEntity); + // Entities.deleteEntity(soundEntity); } Script.scriptEnding.connect(cleanup); \ No newline at end of file