This commit is contained in:
James B. Pollack 2015-11-09 12:19:23 -08:00
parent 4b684c0e63
commit 36dfe81fde
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,