mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
simple baton test
This commit is contained in:
parent
7450a2ea3a
commit
8ce23e2345
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,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("batonSimpleEntityScript.js?v1" + Math.random());
|
||||
var SCRIPT_URL = Script.resolvePath("batonSimpleEntityScript.js");
|
||||
|
||||
var batonBox = Entities.addEntity({
|
||||
type: "Box",
|
||||
|
|
Loading…
Reference in a new issue