mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
no query string
This commit is contained in:
parent
668894b3e0
commit
a79d334bed
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ function createMarkers() {
|
|||
|
||||
|
||||
function createMarker(modelURL, markerPosition, markerColor) {
|
||||
var MARKER_SCRIPT_URL = Script.resolvePath("markerEntityScript.js?v1" + Math.random());
|
||||
var MARKER_SCRIPT_URL = Script.resolvePath("markerEntityScript.js?");
|
||||
var marker = Entities.addEntity({
|
||||
type: "Model",
|
||||
modelURL: modelURL,
|
||||
|
|
Loading…
Reference in a new issue