diff --git a/src/elements/pipe.c b/src/elements/pipe.c index afb4b4e52..61c56f6a1 100644 --- a/src/elements/pipe.c +++ b/src/elements/pipe.c @@ -268,6 +268,9 @@ int graphics_PIPE(GRAPHICS_FUNC_ARGS) } else { + *colr = PIXR(ptypes[t].pcolors); + *colg = PIXR(ptypes[t].pcolors); + *colb = PIXR(ptypes[t].pcolors); if (ptypes[t].graphics_func) { (*(ptypes[t].graphics_func))(&tpart, nx, ny, pixel_mode, cola, colr, colg, colb, firea, firer, fireg, fireb);