diff options
Diffstat (limited to 'src/elements')
| -rw-r--r-- | src/elements/newgraphics.c | 2 |
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) |
