mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 22:42:42 +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: {
|
setting: {
|
||||||
key: "VREdit.physicsTool.collideOn",
|
key: "VREdit.physicsTool.collideOn",
|
||||||
defaultValue: false,
|
defaultValue: true,
|
||||||
callback: "setCollideOn"
|
callback: "setCollideOn"
|
||||||
},
|
},
|
||||||
command: {
|
command: {
|
||||||
|
|
Loading…
Reference in a new issue