diff options
Diffstat (limited to 'src/simulation/elements/SNOW.cpp')
| -rw-r--r-- | src/simulation/elements/SNOW.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SNOW.cpp b/src/simulation/elements/SNOW.cpp index 9d8a6a5..4e592f7 100644 --- a/src/simulation/elements/SNOW.cpp +++ b/src/simulation/elements/SNOW.cpp @@ -43,7 +43,7 @@ Element_SNOW::Element_SNOW() HighTemperatureTransition = ST; Update = &Element_SNOW::update; - Graphics = NULL; + } //#TPT-Directive ElementHeader Element_SNOW static int update(UPDATE_FUNC_ARGS) |
