mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 23:03:20 +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)));
|
||||
|
||||
// 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 launchButton = Entities.addEntity({
|
||||
type: "Model",
|
||||
|
|
Loading…
Reference in a new issue