From 36dfe81fde1694242951c2fa8098dc715b817387 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Mon, 9 Nov 2015 12:19:23 -0800 Subject: [PATCH] fix link --- unpublishedScripts/hiddenEntityReset.js | 2 +- unpublishedScripts/masterReset.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unpublishedScripts/hiddenEntityReset.js b/unpublishedScripts/hiddenEntityReset.js index 3dd66580c5..a8b4383b04 100644 --- a/unpublishedScripts/hiddenEntityReset.js +++ b/unpublishedScripts/hiddenEntityReset.js @@ -901,7 +901,7 @@ type: "Model", modelURL: MODEL_URL, shapeType: 'compound', - compoundShapeURL: COLLISION_SOUND_URL, + compoundShapeURL: COLLISION_HULL_URL, script: pingPongScriptURL, position: position, rotation: rotation, diff --git a/unpublishedScripts/masterReset.js b/unpublishedScripts/masterReset.js index 7236d04a9d..1b4c83a1d5 100644 --- a/unpublishedScripts/masterReset.js +++ b/unpublishedScripts/masterReset.js @@ -883,7 +883,7 @@ MasterReset = function() { type: "Model", modelURL: MODEL_URL, shapeType: 'compound', - compoundShapeURL:COLLISION_SOUND_URL, + compoundShapeURL:COLLISION_HULL_URL, script: pingPongScriptURL, position: position, rotation: rotation,