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