From 6c84e5ad77464ccca34d1b4de3a3b2ab7a45571d Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 22 Jun 2015 11:08:40 -0700 Subject: [PATCH] actually syncing brush to line color --- examples/paint.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/paint.js b/examples/paint.js index ebda5e2e18..20196601df 100644 --- a/examples/paint.js +++ b/examples/paint.js @@ -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,