From 88fcca886cb3e507fe5b04505abd17321523fd97 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 8 Jun 2022 18:00:43 +0200 Subject: [PATCH] fixed write_in_space to use poly_outline --- drawing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing.cpp b/drawing.cpp index 1446b439..17ddc267 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -2745,7 +2745,7 @@ EX void write_in_space(const shiftmatrix& V, int fsize, double size, const strin } if(frame) for(int i=0; i<360; i+=45) { - auto &res = queuetable(V * xspinpush(i*degree, frame*scale), curvedata, isize(curvedata)-curvestart, col & 0xFF, col & 0xFF, prio); + auto &res = queuetable(V * xspinpush(i*degree, frame*scale), curvedata, isize(curvedata)-curvestart, poly_outline, poly_outline, prio); res.offset = curvestart; res.offset_texture = fstart; res.tinf = &finf;