mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:56:52 +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];
|
overlayProperties[key] = customProperties[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(properties.type === 'ParticleEffect' || properties.type === 'Light'){
|
if(properties.type === 'ParticleEffect' || properties.type === 'Light'){
|
||||||
overlayProperties.ignoreRayIntersection = true;
|
overlayProperties.ignoreRayIntersection = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue