mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 15:22:09 +02:00
remove cache buster
This commit is contained in:
parent
0e72197a37
commit
257932cedc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ var BALL_DENSITY = 1000;
|
|||
var ACTION_DISTANCE = 0.35;
|
||||
var ACTION_TIMESCALE = 0.035;
|
||||
var MAX_DISTANCE_MULTIPLIER = 4;
|
||||
var STICK_SCRIPT_URL = Script.resolvePath("./entity_scripts/tetherballStick.js?v=" + Date.now());
|
||||
var STICK_SCRIPT_URL = Script.resolvePath("./entity_scripts/tetherballStick.js");
|
||||
var STICK_MODEL_URL = "http://hifi-content.s3.amazonaws.com/caitlyn/production/raveStick/newRaveStick2.fbx";
|
||||
var COLLISION_SOUND_URL = "http://public.highfidelity.io/sounds/Footsteps/FootstepW3Left-12db.wav";
|
||||
|
||||
|
|
Loading…
Reference in a new issue