mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update markerEntityScript.js
This commit is contained in:
parent
5762c33cfe
commit
33fe2e9b36
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@
|
||||||
position: position,
|
position: position,
|
||||||
textures: _this.MARKER_TEXTURE_URL,
|
textures: _this.MARKER_TEXTURE_URL,
|
||||||
color: _this.markerColor,
|
color: _this.markerColor,
|
||||||
lifetime: 500,
|
lifetime: 5000,
|
||||||
});
|
});
|
||||||
|
|
||||||
_this.linePoints = [];
|
_this.linePoints = [];
|
||||||
|
|
Loading…
Reference in a new issue