mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:10:43 +02:00
added lifetime
This commit is contained in:
parent
ec36995908
commit
69dc9ef68f
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ var _this;
|
|||
},
|
||||
position: position,
|
||||
textures: _this.MARKER_TEXTURE_URL,
|
||||
color: _this.markerColor
|
||||
color: _this.markerColor,
|
||||
lifetime: 1000
|
||||
});
|
||||
|
||||
_this.linePoints = [];
|
||||
|
|
Loading…
Reference in a new issue