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