mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Make polylines and polyvoxes able to be colored
This commit is contained in:
parent
03ddf04140
commit
561c3e4653
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue