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,