diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 14:26:55 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 14:26:55 (GMT) |
| commit | 055832270979cdb027c0c30a74cf82c23df13689 (patch) | |
| tree | b2ee525f713764c020b8668fe5776f4aa3d60643 /src/simulation/elements/Element.cpp | |
| parent | f32cd872ca2214b670b1ed4efa0b5b12a9c1ed30 (diff) | |
| download | powder-055832270979cdb027c0c30a74cf82c23df13689.zip powder-055832270979cdb027c0c30a74cf82c23df13689.tar.gz | |
Add icons for erase, improve icons for certain walls, fix issue #45
Diffstat (limited to 'src/simulation/elements/Element.cpp')
| -rw-r--r-- | src/simulation/elements/Element.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simulation/elements/Element.cpp b/src/simulation/elements/Element.cpp index 44e7251..83f8c76 100644 --- a/src/simulation/elements/Element.cpp +++ b/src/simulation/elements/Element.cpp @@ -42,7 +42,8 @@ Element::Element(): HighTemperatureTransition(NT), Update(NULL), - Graphics(&Element::defaultGraphics) + Graphics(&Element::defaultGraphics), + IconGenerator(NULL) { } |
