summaryrefslogtreecommitdiff
path: root/src/graphics/Renderer.h
diff options
context:
space:
mode:
authorSimon 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)
commit92f3ad5814fcf77da7782f4664d4041370a41884 (patch)
tree9a0ab01ec69a60ce140f4559c78bbc8b01c0a70d /src/graphics/Renderer.h
parent1fb544815fa922d86be84a19b7fb396d2b55c152 (diff)
downloadpowder-92f3ad5814fcf77da7782f4664d4041370a41884.zip
powder-92f3ad5814fcf77da7782f4664d4041370a41884.tar.gz
Black decorations only in thumbnails
Diffstat (limited to 'src/graphics/Renderer.h')
-rw-r--r--src/graphics/Renderer.h1
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;