mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-27 07:22:51 +00:00
rogueviz:: sunflower:: fixed base matrix
This commit is contained in:
parent
22f7df9119
commit
436f4d65f6
@ -129,7 +129,7 @@ bool sunflower_cell(cell *c, shiftmatrix V) {
|
|||||||
curvepoint(ps[inext[i]]);
|
curvepoint(ps[inext[i]]);
|
||||||
curvepoint(ps[inext2[i]]);
|
curvepoint(ps[inext2[i]]);
|
||||||
// queuecurve(0xFFFFFFFF, 0x00C000FF, PPR::LINE);
|
// queuecurve(0xFFFFFFFF, 0x00C000FF, PPR::LINE);
|
||||||
queuecurve(shiftless(Id), 0x000000FF, 0xC04000FF, PPR::LINE);
|
queuecurve(V, 0x000000FF, 0xC04000FF, PPR::LINE);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
curvepoint(ps[i]);
|
curvepoint(ps[i]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user