added ability to drag ParticleEffects and Light Entities around via Overlay Icon.

This commit is contained in:
Mike Moody 2017-07-06 23:32:22 -07:00
parent be68d99bed
commit d9706452ac

View file

@ -127,7 +127,6 @@ EntityIconOverlayManager = function(entityTypes, getOverlayPropertiesFunc) {
overlayProperties[key] = customProperties[key];
}
}
if(properties.type === 'ParticleEffect' || properties.type === 'Light'){
overlayProperties.ignoreRayIntersection = true;
}