summaryrefslogtreecommitdiff
path: root/src/simulation/elements/MERC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/MERC.cpp')
-rw-r--r--src/simulation/elements/MERC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/MERC.cpp b/src/simulation/elements/MERC.cpp
index 9e7ee38..1fec32a 100644
--- a/src/simulation/elements/MERC.cpp
+++ b/src/simulation/elements/MERC.cpp
@@ -43,7 +43,7 @@ Element_MERC::Element_MERC()
HighTemperatureTransition = NT;
Update = &Element_MERC::update;
- Graphics = NULL;
+
}
//#TPT-Directive ElementHeader Element_MERC static int update(UPDATE_FUNC_ARGS)