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:
parent
22f7df9119
commit
436f4d65f6
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user