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