diff options
| author | jacob1 <jfu614@gmail.com> | 2012-09-06 21:38:00 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-06 23:37:17 (GMT) |
| commit | c32035b8ca99f0bb9db6fcc5e9759e28a03f2961 (patch) | |
| tree | 9b59d8e37ff1102c28e12181a6200e9e2d580f20 /src/graphics/Renderer.h | |
| parent | 22de8ecb6ce64d947a7e4efd50660525ab36b943 (diff) | |
| download | powder-c32035b8ca99f0bb9db6fcc5e9759e28a03f2961.zip powder-c32035b8ca99f0bb9db6fcc5e9759e28a03f2961.tar.gz | |
Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148
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 0bf32fa..b72744c 100644 --- a/src/graphics/Renderer.h +++ b/src/graphics/Renderer.h @@ -57,6 +57,7 @@ public: bool gravityFieldEnabled; int decorations_enable; bool blackDecorations; + bool debugLines; Simulation * sim; Graphics * g; gcache_item *graphicscache; |
