summaryrefslogtreecommitdiff
path: root/src/simulation/elements/VRSG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/VRSG.cpp')
-rw-r--r--src/simulation/elements/VRSG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/VRSG.cpp b/src/simulation/elements/VRSG.cpp
index 8c699d7..e787bfe 100644
--- a/src/simulation/elements/VRSG.cpp
+++ b/src/simulation/elements/VRSG.cpp
@@ -43,7 +43,7 @@ Element_VRSG::Element_VRSG()
HighTemperatureTransition = NT;
Update = &Element_VIRS::update;
-
+ Graphics = &Element_VIRS::graphics;
}
Element_VRSG::~Element_VRSG() {}