summaryrefslogtreecommitdiff
path: root/src/simulation/elements/CLNE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/CLNE.cpp')
-rw-r--r--src/simulation/elements/CLNE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/CLNE.cpp b/src/simulation/elements/CLNE.cpp
index f0dffc2..04b0374 100644
--- a/src/simulation/elements/CLNE.cpp
+++ b/src/simulation/elements/CLNE.cpp
@@ -31,7 +31,7 @@ Element_CLNE::Element_CLNE()
Description = "Solid. Duplicates any particles it touches.";
State = ST_SOLID;
- Properties = TYPE_SOLID;
+ Properties = TYPE_SOLID|PROP_DRAWONCTYPE|PROP_NOCTYPEDRAW;
LowPressure = IPL;
LowPressureTransition = NT;