mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
entityIconOverlayManager.setIconsSelectable(selectionManager.selections,true);
|
||||||
|
|
||||||
// ignore ray intersection for our selection box and yaw/pitch/roll
|
// ignore ray intersection for our selection box and yaw/pitch/roll
|
||||||
result = Overlays.findRayIntersection(pickRay, true, null, [ yawHandle, pitchHandle, rollHandle, selectionBox ] );
|
result = Overlays.findRayIntersection(pickRay, true, null, [ yawHandle, pitchHandle, rollHandle, selectionBox ] );
|
||||||
if (result.intersects) {
|
if (result.intersects) {
|
||||||
|
|
Loading…
Reference in a new issue