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