mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
removed useless debug
This commit is contained in:
parent
54b12a3c5e
commit
c5fe3b38d3
@ -1307,7 +1307,6 @@ EX void centerpc(ld aspd) {
|
||||
transmatrix T = pc->at;
|
||||
if(hybri) {
|
||||
hybrid::current_view_level = hybrid::get_where(pc->base).second;
|
||||
println(hlog, "base = ", pc->base, " at level ", hybrid::current_view_level);
|
||||
cell *cc = hybrid::get_at(viewctr.at->c7, hybrid::current_view_level);
|
||||
T = currentmap->relative_matrix(pc->base, cc, C0) * T;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user