1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-03 18:59:03 +00:00

new system for debug logs

This commit is contained in:
Zeno Rogue
2025-10-19 15:47:01 +02:00
parent 94024dd5f1
commit 113e75d5e1
43 changed files with 601 additions and 447 deletions

View File

@@ -2327,7 +2327,6 @@ EX void centerpc(ld aspd) {
if(ors::mode == 2 && vid.sspeed < 5) return;
if(vid.sspeed >= 4.99) aspd = 1000;
DEBBI(DF_GRAPH, ("center pc"));
auto mam = move_affected_matrices(0);
for(auto pV: mam) ors::unrotate(*pV);
@@ -2458,7 +2457,7 @@ void ballgeometry() {
}
EX void resetview() {
DEBBI(DF_GRAPH, ("reset view"));
indenter_finish dif(debug_graph, "resetview");
// EUCLIDEAN
decide_lpu();
NLP = Id;