mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 17:53:00 +00:00
fixed write_in_space to use poly_outline
This commit is contained in:
@@ -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) {
|
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 = curvestart;
|
||||||
res.offset_texture = fstart;
|
res.offset_texture = fstart;
|
||||||
res.tinf = &finf;
|
res.tinf = &finf;
|
||||||
|
|||||||
Reference in New Issue
Block a user