Don't color particle effects

This commit is contained in:
David Rowe 2017-09-09 20:14:09 +12:00
parent 561c3e4653
commit a7e04fcba6

View file

@ -29,7 +29,7 @@ Selection = function (side) {
scaleRootOffset,
scaleRootOrientation,
ENTITY_TYPE = "entity",
ENTITY_TYPES_WITH_COLOR = ["Box", "Sphere", "Shape", "ParticleEffect", "PolyLine", "PolyVox"];
ENTITY_TYPES_WITH_COLOR = ["Box", "Sphere", "Shape", "PolyLine", "PolyVox"];
if (!this instanceof Selection) {