mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 08:39:43 +02:00
use utils.js
This commit is contained in:
parent
9e0091ebe0
commit
41041c711f
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
(function() { // BEGIN LOCAL_SCOPE
|
(function() { // BEGIN LOCAL_SCOPE
|
||||||
|
var utilsPath = Script.resolvePath('../developer/libraries/utils.js?v='+ Date.now());
|
||||||
Script.include(utilsPath);
|
Script.include(utilsPath);
|
||||||
|
|
||||||
var TWEEN_SPEED = 0.025;
|
var TWEEN_SPEED = 0.025;
|
||||||
|
|
Loading…
Reference in a new issue