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