actually syncing brush to line color

This commit is contained in:
ericrius1 2015-06-22 11:08:40 -07:00
parent 1b69563b29
commit 6c84e5ad77

View file

@ -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,