diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-28 14:53:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-28 14:53:07 (GMT) |
| commit | 92f3ad5814fcf77da7782f4664d4041370a41884 (patch) | |
| tree | 9a0ab01ec69a60ce140f4559c78bbc8b01c0a70d /src/graphics/Renderer.h | |
| parent | 1fb544815fa922d86be84a19b7fb396d2b55c152 (diff) | |
| download | powder-92f3ad5814fcf77da7782f4664d4041370a41884.zip powder-92f3ad5814fcf77da7782f4664d4041370a41884.tar.gz | |
Black decorations only in thumbnails
Diffstat (limited to 'src/graphics/Renderer.h')
| -rw-r--r-- | src/graphics/Renderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/Renderer.h b/src/graphics/Renderer.h index 9c216ed..fa9bd37 100644 --- a/src/graphics/Renderer.h +++ b/src/graphics/Renderer.h @@ -43,6 +43,7 @@ public: bool gravityZonesEnabled; bool gravityFieldEnabled; int decorations_enable; + bool blackDecorations; Simulation * sim; Graphics * g; gcache_item *graphicscache; |
