mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
no bust caching"
This commit is contained in:
parent
721b940441
commit
be499747f2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
var center = Vec3.sum(MyAvatar.getHeadPosition(), Vec3.multiply(2, Quat.getFront(orientation)));
|
||||
|
||||
|
||||
var SCRIPT_URL = Script.resolvePath("cowEntityScript.js?v1" + Math.random());
|
||||
var SCRIPT_URL = Script.resolvePath("cowEntityScript.js?");
|
||||
var cow = Entities.addEntity({
|
||||
type: "Model",
|
||||
modelURL: "http://hifi-content.s3.amazonaws.com/DomainContent/production/cow/newMooCow.fbx",
|
||||
|
|
Loading…
Reference in a new issue