diff options
| author | jacob1 <jfu614@gmail.com> | 2012-12-18 00:41:32 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2012-12-18 01:08:46 (GMT) |
| commit | 2728cf852b41d6b015582bb4ad95772be58b277b (patch) | |
| tree | 04786972c7fce7cc66cd8f469bc87a6d37f9df13 /src/simulation/elements | |
| parent | f08481a88e083c4cda2465dd74bf442915c395ae (diff) | |
| download | powder-2728cf852b41d6b015582bb4ad95772be58b277b.zip powder-2728cf852b41d6b015582bb4ad95772be58b277b.tar.gz | |
fix WARP being invisible, make it visible in heat display mode though
Diffstat (limited to 'src/simulation/elements')
| -rw-r--r-- | src/simulation/elements/WARP.cpp | 2 |
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) |
