Change default color to 100% white

This commit is contained in:
David Rowe 2017-09-22 08:17:35 +12:00
parent 906595e4fa
commit a757012c10

View file

@ -824,7 +824,7 @@ ToolsMenu = function (side, leftInputs, rightInputs, uiCommandCallback) {
setting: {
key: "VREdit.colorTool.currentColor",
property: "color",
defaultValue: { red: 128, green: 128, blue: 128 },
defaultValue: { red: 255, green: 255, blue: 255 },
command: "setPickColor"
}
}