summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 7dcf130..9316cae 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1896,7 +1896,7 @@ void render_parts(pixel *vid)
flatC[cflatC++] = ((float)cola)/255.0f;
cflat++;
#else
- addpixel(vid, nx, ny, colr, colg, colb, cola);
+ blendpixel(vid, nx, ny, colr, colg, colb, cola);
#endif
}
if(pixel_mode & PMODE_ADD)