mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 12:28:51 +02:00
Reinstate nearParentGrabOverlay controller module
Fixes regression where tablet becomes large when grabbed if avatar is small.
This commit is contained in:
parent
7634478aba
commit
c05225ca2f
2 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,6 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
|||
}
|
||||
|
||||
var nearbyEntityIDs = Entities.findEntities(controllerPosition, findRadius);
|
||||
nearbyEntityIDs = nearbyEntityIDs.concat(nearbyOverlayIDs[h]); // overlays are now entities
|
||||
|
||||
for (var j = 0; j < nearbyEntityIDs.length; j++) {
|
||||
var entityID = nearbyEntityIDs[j];
|
||||
|
|
|
@ -18,6 +18,7 @@ var CONTOLLER_SCRIPTS = [
|
|||
//"toggleAdvancedMovementForHandControllers.js",
|
||||
"handTouch.js",
|
||||
"controllerDispatcher.js",
|
||||
"controllerModules/nearParentGrabOverlay.js",
|
||||
"controllerModules/stylusInput.js",
|
||||
"controllerModules/equipEntity.js",
|
||||
"controllerModules/nearTrigger.js",
|
||||
|
|
Loading…
Reference in a new issue