mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 23:02:40 +02:00
Default collisions to on
This commit is contained in:
parent
5cf40fd208
commit
13ac963bcc
1 changed files with 1 additions and 1 deletions
|
@ -1139,7 +1139,7 @@ ToolsMenu = function (side, leftInputs, rightInputs, uiCommandCallback) {
|
|||
},
|
||||
setting: {
|
||||
key: "VREdit.physicsTool.collideOn",
|
||||
defaultValue: false,
|
||||
defaultValue: true,
|
||||
callback: "setCollideOn"
|
||||
},
|
||||
command: {
|
||||
|
|
Loading…
Reference in a new issue