mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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,
|
||||
getMainTabletIDs, getControllerWorldLocation, TRIGGER_ON_VALUE, TRIGGER_OFF_VALUE */
|
||||
getMainTabletIDs, getControllerWorldLocation */
|
||||
|
||||
var SPACE_LOCAL = "local";
|
||||
var SPACE_WORLD = "world";
|
||||
var HIGHLIGHT_LIST_NAME = "editHandleHighlightList";
|
||||
|
||||
Script.include([
|
||||
"./controllerDispatcherUtils.js",
|
||||
"./controllers.js",
|
||||
"./utils.js"
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue