Commit 14e5b18f authored by Christoffer Ackelman's avatar Christoffer Ackelman

Fixed pixmaps always being drawn in black.

parent bd0a86da
......@@ -125,7 +125,7 @@ void FlowAnnotPixmap::draw(
ctx->fdraw->pixmap(x, p.z_y + ((FlowPoint*)pos)->z_y - ctx->offset_y,
&((FlowNode*)node)->annotpixmapv[number]->pixmap_data,
((FlowNode*)node)->annotpixmapv[number]->pixmaps,
flow_eDrawType_LineErase, idx);
draw_type, idx);
}
void FlowAnnotPixmap::draw_inverse(void* pos, int hot, void* node)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment