changed quad back to line;

This commit is contained in:
ericrius1 2015-06-22 11:06:40 -07:00
parent 362d9a2481
commit 1b69563b29

View file

@ -83,7 +83,7 @@ function MousePaint() {
linePosition = position;
line = Entities.addEntity({
position: position,
type: "Quad",
type: "Line",
color: currentColor,
dimensions: {
x: LINE_DIMENSIONS,