summaryrefslogtreecommitdiff
path: root/src/simulation/elements/TSNS.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-05 00:28:28 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-05 00:28:28 (GMT)
commitcb5ca55fc2c7160688bb1ded49dfec2db829fe37 (patch)
treed1246e26243f73165b6a18cbed0cb1fec66b7e4d /src/simulation/elements/TSNS.cpp
parent08f05d69c139caed898877f853973e16a8cc2b7a (diff)
downloadpowder-cb5ca55fc2c7160688bb1ded49dfec2db829fe37.zip
powder-cb5ca55fc2c7160688bb1ded49dfec2db829fe37.tar.gz
New Element: Pressure sensor
Diffstat (limited to 'src/simulation/elements/TSNS.cpp')
-rw-r--r--src/simulation/elements/TSNS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/TSNS.cpp b/src/simulation/elements/TSNS.cpp
index 97fd7a2..7bb72d1 100644
--- a/src/simulation/elements/TSNS.cpp
+++ b/src/simulation/elements/TSNS.cpp
@@ -4,7 +4,7 @@ Element_TSNS::Element_TSNS()
{
Identifier = "DEFAULT_PT_TSNS";
Name = "TSNS";
- Colour = PIXPACK(0xFD9D18);
+ Colour = PIXPACK(0xFD00D5);
MenuVisible = 1;
MenuSection = SC_SENSOR;
Enabled = 1;