mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Don't color particle effects
This commit is contained in:
parent
561c3e4653
commit
a7e04fcba6
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", "PolyLine", "PolyVox"];
|
||||
ENTITY_TYPES_WITH_COLOR = ["Box", "Sphere", "Shape", "PolyLine", "PolyVox"];
|
||||
|
||||
|
||||
if (!this instanceof Selection) {
|
||||
|
|
Loading…
Reference in a new issue