mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
fix link
This commit is contained in:
parent
4b684c0e63
commit
36dfe81fde
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue