mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +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;
|
||||
line = Entities.addEntity({
|
||||
position: position,
|
||||
type: "Quad",
|
||||
type: "Line",
|
||||
color: currentColor,
|
||||
dimensions: {
|
||||
x: LINE_DIMENSIONS,
|
||||
|
|
Loading…
Reference in a new issue