mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-30 21:42:59 +00:00
removed useless debug
This commit is contained in:
@@ -1307,7 +1307,6 @@ EX void centerpc(ld aspd) {
|
|||||||
transmatrix T = pc->at;
|
transmatrix T = pc->at;
|
||||||
if(hybri) {
|
if(hybri) {
|
||||||
hybrid::current_view_level = hybrid::get_where(pc->base).second;
|
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);
|
cell *cc = hybrid::get_at(viewctr.at->c7, hybrid::current_view_level);
|
||||||
T = currentmap->relative_matrix(pc->base, cc, C0) * T;
|
T = currentmap->relative_matrix(pc->base, cc, C0) * T;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user