mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
added ability to drag ParticleEffects and Light Entities around via Overlay Icon.
This commit is contained in:
parent
be68d99bed
commit
d9706452ac
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ EntityIconOverlayManager = function(entityTypes, getOverlayPropertiesFunc) {
|
|||
overlayProperties[key] = customProperties[key];
|
||||
}
|
||||
}
|
||||
|
||||
if(properties.type === 'ParticleEffect' || properties.type === 'Light'){
|
||||
overlayProperties.ignoreRayIntersection = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue