diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-16 04:55:44 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-16 04:55:44 (GMT) |
| commit | ebe145b39ff1bc28912ed9e4ac058aeab0214388 (patch) | |
| tree | 03660d3ff25f1f0ca8ca20ab08e7aa8a38583599 /src/simulation/ElementGraphics.h | |
| parent | 81876a93a30ad71018009a60aed9ede0b43533ab (diff) | |
| download | powder-ebe145b39ff1bc28912ed9e4ac058aeab0214388.zip powder-ebe145b39ff1bc28912ed9e4ac058aeab0214388.tar.gz | |
soap lines show in nothing mode, some small changes to arguments for sim api drawing functions
Diffstat (limited to 'src/simulation/ElementGraphics.h')
| -rw-r--r-- | src/simulation/ElementGraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/ElementGraphics.h b/src/simulation/ElementGraphics.h index 0f3723c..d1c8167 100644 --- a/src/simulation/ElementGraphics.h +++ b/src/simulation/ElementGraphics.h @@ -33,7 +33,7 @@ #define RENDER_GLOW OPTIONS | PSPEC_STICKMAN | /*PMODE_FLAT |*/ PMODE_GLOW | PMODE_ADD | PMODE_BLEND #define RENDER_BLUR OPTIONS | PSPEC_STICKMAN | /*PMODE_FLAT |*/ PMODE_BLUR | PMODE_ADD | PMODE_BLEND #define RENDER_BLOB OPTIONS | PSPEC_STICKMAN | /*PMODE_FLAT |*/ PMODE_BLOB | PMODE_ADD | PMODE_BLEND -#define RENDER_BASC OPTIONS | PSPEC_STICKMAN | PMODE_FLAT | PMODE_ADD | PMODE_BLEND +#define RENDER_BASC OPTIONS | PSPEC_STICKMAN | PMODE_FLAT | PMODE_ADD | PMODE_BLEND | EFFECT_LINES #define RENDER_NONE OPTIONS | PSPEC_STICKMAN | PMODE_FLAT #define COLOUR_HEAT 0x00000001 |
