1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 11:38:05 +00:00

no inner line drawn in rings

This commit is contained in:
Zeno Rogue
2021-05-09 02:25:05 +02:00
parent 4f7b01e0a6
commit 6504e949b9
3 changed files with 23 additions and 4 deletions

View File

@@ -556,6 +556,7 @@ void geometry_information::procedural_shapes() {
};
make_ring(shRing, [this] {
orb_inner_ring = isize(hpc) - shRing.s;
REVPRING(i) {
println(hlog, "called for i = ", i);
hpcpush(ddi(i, orbsize * .30) * C0);