mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
removed debug from shRing
This commit is contained in:
parent
feaef63f22
commit
3d12529b78
@ -562,7 +562,6 @@ void geometry_information::procedural_shapes() {
|
|||||||
make_ring(shRing, [this] {
|
make_ring(shRing, [this] {
|
||||||
orb_inner_ring = isize(hpc) - shRing.s;
|
orb_inner_ring = isize(hpc) - shRing.s;
|
||||||
REVPRING(i) {
|
REVPRING(i) {
|
||||||
println(hlog, "called for i = ", i);
|
|
||||||
hpcpush(ddi(i, orbsize * .30) * C0);
|
hpcpush(ddi(i, orbsize * .30) * C0);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user