diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-18 16:22:35 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-18 16:22:35 (GMT) |
| commit | 80044bb0f06b4186bcc2f07e1c5ddc4e195f2426 (patch) | |
| tree | a32d1d754ac03accebf55e502b607dab0d214aa8 /src/simulation/elements/SHLD1.cpp | |
| parent | a8e4221f38edefb5b342f470407b1f100d0248a3 (diff) | |
| download | powder-80044bb0f06b4186bcc2f07e1c5ddc4e195f2426.zip powder-80044bb0f06b4186bcc2f07e1c5ddc4e195f2426.tar.gz | |
Renderer Presets and default graphics function
Diffstat (limited to 'src/simulation/elements/SHLD1.cpp')
| -rw-r--r-- | src/simulation/elements/SHLD1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SHLD1.cpp b/src/simulation/elements/SHLD1.cpp index 2d48f9d..605180a 100644 --- a/src/simulation/elements/SHLD1.cpp +++ b/src/simulation/elements/SHLD1.cpp @@ -43,7 +43,7 @@ Element_SHLD1::Element_SHLD1() HighTemperatureTransition = NT; Update = &Element_SHLD1::update; - Graphics = NULL; + } //#TPT-Directive ElementHeader Element_SHLD1 static int update(UPDATE_FUNC_ARGS) |
