1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

rogueviz:: sunflower:: fixed base matrix

This commit is contained in:
Zeno Rogue 2020-08-10 19:04:08 +02:00
parent 22f7df9119
commit 436f4d65f6

View File

@ -129,7 +129,7 @@ bool sunflower_cell(cell *c, shiftmatrix V) {
curvepoint(ps[inext[i]]);
curvepoint(ps[inext2[i]]);
// queuecurve(0xFFFFFFFF, 0x00C000FF, PPR::LINE);
queuecurve(shiftless(Id), 0x000000FF, 0xC04000FF, PPR::LINE);
queuecurve(V, 0x000000FF, 0xC04000FF, PPR::LINE);
}
else {
curvepoint(ps[i]);