mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
actually syncing brush to line color
This commit is contained in:
parent
1b69563b29
commit
6c84e5ad77
1 changed files with 1 additions and 5 deletions
|
@ -66,11 +66,7 @@ function MousePaint() {
|
|||
y: 0,
|
||||
z: 0
|
||||
},
|
||||
color: {
|
||||
red: 100,
|
||||
green: 10,
|
||||
blue: 100
|
||||
},
|
||||
color: currentColor,
|
||||
dimensions: {
|
||||
x: BRUSH_SIZE,
|
||||
y: BRUSH_SIZE,
|
||||
|
|
Loading…
Reference in a new issue