summaryrefslogtreecommitdiff
path: root/src/simulation/elements/INVIS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/INVIS.cpp')
-rw-r--r--src/simulation/elements/INVIS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/INVIS.cpp b/src/simulation/elements/INVIS.cpp
index 5e7f87d..e73c9bf 100644
--- a/src/simulation/elements/INVIS.cpp
+++ b/src/simulation/elements/INVIS.cpp
@@ -6,7 +6,7 @@ Element_INVIS::Element_INVIS()
Name = "INVS";
Colour = PIXPACK(0x00CCCC);
MenuVisible = 1;
- MenuSection = SC_SOLIDS;
+ MenuSection = SC_SENSOR;
Enabled = 1;
Advection = 0.0f;