mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 06:50:09 +00:00
remove debug output when loading some tes
This commit is contained in:
parent
c3a1f8cc12
commit
898a2463c0
@ -452,9 +452,9 @@ EX void unmirror(arbi_tiling& c) {
|
||||
if(sh[i].apeirogonal) {
|
||||
cycle(sh[i].edges);
|
||||
cycle(sh[i].vertices);
|
||||
println(hlog, "angles before = ", sh[i].angles);
|
||||
if(debugflags & DF_GEOM) println(hlog, "angles before = ", sh[i].angles);
|
||||
cycle(sh[i].angles);
|
||||
println(hlog, "angles now = ", sh[i].angles);
|
||||
if(debugflags & DF_GEOM) println(hlog, "angles now = ", sh[i].angles);
|
||||
cycle(sh[i].connections);
|
||||
}
|
||||
}
|
||||
|
@ -2523,9 +2523,9 @@ EX void parse_treestate(arb::arbi_tiling& c, exp_parser& ep) {
|
||||
if(qparent > 1) throw hr_parse_exception("multiple parent at " + ep.where());
|
||||
if(qparent == 1) {
|
||||
ts.parent_dir = sumparent;
|
||||
println(hlog, "before: ", ts.rules);
|
||||
if(debugflags & DF_GEOM) println(hlog, "before: ", ts.rules);
|
||||
std::rotate(ts.rules.begin(), ts.rules.begin() + sumparent, ts.rules.end());
|
||||
println(hlog, "after : ", ts.rules);
|
||||
if(debugflags & DF_GEOM) println(hlog, "after : ", ts.rules);
|
||||
}
|
||||
ep.force_eat(")");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user