mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:23:35 +02:00
removed query string on entity script
This commit is contained in:
parent
ad49bcda72
commit
8f914c6673
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
var center = Vec3.sum(MyAvatar.position, Vec3.multiply(3, Quat.getFront(orientation)));
|
var center = Vec3.sum(MyAvatar.position, Vec3.multiply(3, Quat.getFront(orientation)));
|
||||||
|
|
||||||
// Math.random ensures no caching of script
|
// Math.random ensures no caching of script
|
||||||
var SCRIPT_URL = Script.resolvePath("fireworksLaunchButtonEntityScript.js?v1" + Math.random())
|
var SCRIPT_URL = Script.resolvePath("fireworksLaunchButtonEntityScript.js");
|
||||||
var MODEL_URL = "https://s3-us-west-1.amazonaws.com/hifi-content/eric/models/Launch-Button.fbx";
|
var MODEL_URL = "https://s3-us-west-1.amazonaws.com/hifi-content/eric/models/Launch-Button.fbx";
|
||||||
var launchButton = Entities.addEntity({
|
var launchButton = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
|
|
Loading…
Reference in a new issue