summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-05 22:17:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-05 22:17:24 (GMT)
commit2976936cfd31f67c3ce6c0813abfa40dacba485e (patch)
treeeeecc01347f9b9ea814e2ce19f6c5af88f3174ed /src/elements
parent95c40d9d1e424fdc40ae30f39567f3959fa391ba (diff)
downloadpowder-2976936cfd31f67c3ce6c0813abfa40dacba485e.zip
powder-2976936cfd31f67c3ce6c0813abfa40dacba485e.tar.gz
Glowing BRAY
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/newgraphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/newgraphics.c b/src/elements/newgraphics.c
index 8cc7822..af332fb 100644
--- a/src/elements/newgraphics.c
+++ b/src/elements/newgraphics.c
@@ -321,7 +321,7 @@ int graphics_BRAY(GRAPHICS_FUNC_ARGS)
}
*cola = trans;
*pixel_mode &= ~PMODE;
- *pixel_mode |= PMODE_BLEND;
+ *pixel_mode |= PMODE_BLEND | PMODE_GLOW;
return 0;
}
int graphics_SWCH(GRAPHICS_FUNC_ARGS)