mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Remove cache busters from shortbow
This commit is contained in:
parent
bf311aad4e
commit
4e18305813
2 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ var id = Entities.addEntity({
|
|||
"y": -0.10469216108322144,
|
||||
"z": -0.14418250322341919
|
||||
},
|
||||
"script": Script.resolvePath("bow.js") + "?" + Date.now(),
|
||||
"script": Script.resolvePath("bow.js"),
|
||||
"shapeType": "compound",
|
||||
"type": "Model",
|
||||
//"userData": JSON.stringify(userData),
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
//
|
||||
|
||||
(function() {
|
||||
Script.include('utils.js?' + Date.now());
|
||||
Script.include('shortbow.js?' + Date.now());
|
||||
Script.include('shortbowGameManager.js?' + Date.now());
|
||||
Script.include('utils.js');
|
||||
Script.include('shortbow.js');
|
||||
Script.include('shortbowGameManager.js');
|
||||
|
||||
TEMPLATES = SHORTBOW_ENTITIES.Entities;
|
||||
|
||||
|
|
Loading…
Reference in a new issue