summaryrefslogtreecommitdiff
path: root/src/elements/newgraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/newgraphics.cpp')
-rw-r--r--src/elements/newgraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/newgraphics.cpp b/src/elements/newgraphics.cpp
index db0cc72..f0fbdae 100644
--- a/src/elements/newgraphics.cpp
+++ b/src/elements/newgraphics.cpp
@@ -320,7 +320,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)