Default collisions to on

This commit is contained in:
David Rowe 2017-08-30 20:51:25 +12:00
parent 5cf40fd208
commit 13ac963bcc

View file

@ -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: {