mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:23:35 +02:00
removed query string
This commit is contained in:
parent
ef85d0451a
commit
e9ad06fca7
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,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