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; linePosition = position;
line = Entities.addEntity({ line = Entities.addEntity({
position: position, position: position,
type: "Quad", type: "Line",
color: currentColor, color: currentColor,
dimensions: { dimensions: {
x: LINE_DIMENSIONS, x: LINE_DIMENSIONS,