mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 14:13:09 +02:00
Change default color to 100% white
This commit is contained in:
parent
906595e4fa
commit
a757012c10
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue