mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
readded line that caused colflict.
This commit is contained in:
parent
697830b80b
commit
036a16c0b3
1 changed files with 2 additions and 0 deletions
|
@ -4060,6 +4060,8 @@ SelectionDisplay = (function() {
|
|||
return false;
|
||||
}
|
||||
|
||||
entityIconOverlayManager.setIconsSelectable(selectionManager.selections,true);
|
||||
|
||||
// ignore ray intersection for our selection box and yaw/pitch/roll
|
||||
result = Overlays.findRayIntersection(pickRay, true, null, [ yawHandle, pitchHandle, rollHandle, selectionBox ] );
|
||||
if (result.intersects) {
|
||||
|
|
Loading…
Reference in a new issue