mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
remove debugging string
This commit is contained in:
parent
017ffb8f2e
commit
0625d4f4c2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
|
||||
|
||||
var SCRIPT_URL = Script.resolvePath('bow.js?'+Math.random());
|
||||
var SCRIPT_URL = Script.resolvePath('bow.js');
|
||||
|
||||
var MODEL_URL = "https://hifi-public.s3.amazonaws.com/models/bow/new/bow-deadly.fbx";
|
||||
var COLLISION_HULL_URL = "https://hifi-public.s3.amazonaws.com/models/bow/new/bow_collision_hull.obj";
|
||||
|
|
Loading…
Reference in a new issue