mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
Fix relative include path in entityCameraTool.js
This commit is contained in:
parent
b835711266
commit
53ca4c857d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
Script.include("libraries/overlayUtils.js");
|
Script.include("overlayUtils.js");
|
||||||
|
|
||||||
var MOUSE_SENSITIVITY = 0.9;
|
var MOUSE_SENSITIVITY = 0.9;
|
||||||
var SCROLL_SENSITIVITY = 0.05;
|
var SCROLL_SENSITIVITY = 0.05;
|
||||||
|
|
Loading…
Reference in a new issue