mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:28:02 +02:00
more removal
This commit is contained in:
parent
a0e8e00357
commit
dfffe5f431
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)));
|
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("myEntityScript.js?v1" + Math.random())
|
var SCRIPT_URL = Script.resolvePath("myEntityScript.js")
|
||||||
|
|
||||||
var myEntity = Entities.addEntity({
|
var myEntity = Entities.addEntity({
|
||||||
type: "Sphere",
|
type: "Sphere",
|
||||||
|
|
Loading…
Reference in a new issue