Reinstate nearParentGrabOverlay controller module

Fixes regression where tablet becomes large when grabbed if avatar is
small.
This commit is contained in:
David Rowe 2020-05-26 14:58:13 +12:00
parent 7634478aba
commit c05225ca2f
2 changed files with 1 additions and 1 deletions

View file

@ -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];

View file

@ -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",