From 1b69563b29b855f448c64acf2608369818b59b5d Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 22 Jun 2015 11:06:40 -0700 Subject: [PATCH] changed quad back to line; --- examples/paint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/paint.js b/examples/paint.js index 3f4a08cb28..ebda5e2e18 100644 --- a/examples/paint.js +++ b/examples/paint.js @@ -83,7 +83,7 @@ function MousePaint() { linePosition = position; line = Entities.addEntity({ position: position, - type: "Quad", + type: "Line", color: currentColor, dimensions: { x: LINE_DIMENSIONS,