mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 09:12:50 +02:00
Update masterReset.js
The gate shouldn't be grabbable
This commit is contained in:
parent
b41398be30
commit
f2283ab9f2
1 changed files with 1 additions and 6 deletions
|
@ -379,11 +379,6 @@ MasterReset = function() {
|
|||
type: 'Box',
|
||||
position: startPosition,
|
||||
dimensions: TARGET_DIMENSIONS,
|
||||
color: {
|
||||
red: 0,
|
||||
green: 255,
|
||||
blue: 0
|
||||
},
|
||||
rotation: rotation,
|
||||
visible: false,
|
||||
collisionsWillMove: false,
|
||||
|
@ -875,7 +870,7 @@ MasterReset = function() {
|
|||
resetMe: true,
|
||||
},
|
||||
grabbableKey: {
|
||||
grabbable: true
|
||||
grabbable: false
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue