mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:42:55 +02:00
remove unneeded
This commit is contained in:
parent
82e5d6ad29
commit
dcdf734114
1 changed files with 1 additions and 2 deletions
|
@ -14,14 +14,13 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
/* global SelectionManager, SelectionDisplay, grid, rayPlaneIntersection, rayPlaneIntersection2, pushCommandForSelections,
|
/* global SelectionManager, SelectionDisplay, grid, rayPlaneIntersection, rayPlaneIntersection2, pushCommandForSelections,
|
||||||
getMainTabletIDs, getControllerWorldLocation, TRIGGER_ON_VALUE, TRIGGER_OFF_VALUE */
|
getMainTabletIDs, getControllerWorldLocation */
|
||||||
|
|
||||||
var SPACE_LOCAL = "local";
|
var SPACE_LOCAL = "local";
|
||||||
var SPACE_WORLD = "world";
|
var SPACE_WORLD = "world";
|
||||||
var HIGHLIGHT_LIST_NAME = "editHandleHighlightList";
|
var HIGHLIGHT_LIST_NAME = "editHandleHighlightList";
|
||||||
|
|
||||||
Script.include([
|
Script.include([
|
||||||
"./controllerDispatcherUtils.js",
|
|
||||||
"./controllers.js",
|
"./controllers.js",
|
||||||
"./utils.js"
|
"./utils.js"
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue