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