Make polylines and polyvoxes able to be colored

This commit is contained in:
David Rowe 2017-09-09 17:24:07 +12:00
parent 03ddf04140
commit 561c3e4653

View file

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