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