diff options
| author | jacob1 <jfu614@gmail.com> | 2013-09-28 23:45:15 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-09-28 23:45:15 (GMT) |
| commit | 8fc39d659c280ea423ae633f6b0c0f7c94d8d81f (patch) | |
| tree | 3ce292ba068c1e4dce2adc4acb5b814c62d5fbdd /src/simulation/elements/VRSG.cpp | |
| parent | 13d89ce9e15c7f4cc93809cfe0367993afa14b85 (diff) | |
| download | powder-8fc39d659c280ea423ae633f6b0c0f7c94d8d81f.zip powder-8fc39d659c280ea423ae633f6b0c0f7c94d8d81f.tar.gz | |
VIRS only burns with PLSM, and has the NO_DECO graphics flag
Diffstat (limited to 'src/simulation/elements/VRSG.cpp')
| -rw-r--r-- | src/simulation/elements/VRSG.cpp | 2 |
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() {} |
