mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +02:00
changed quad back to line;
This commit is contained in:
parent
362d9a2481
commit
1b69563b29
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue