mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-27 15:32:53 +00:00
debug removed
This commit is contained in:
parent
fc184640d3
commit
11fe91fb5a
@ -1961,7 +1961,6 @@ EX void swap_vertices() {
|
|||||||
|
|
||||||
#if MAXMDIM >= 4
|
#if MAXMDIM >= 4
|
||||||
auto hooksw = addHook(hooks_swapdim, 100, [] {
|
auto hooksw = addHook(hooks_swapdim, 100, [] {
|
||||||
println(hlog, "swapmatrix called for vertices");
|
|
||||||
swap_vertices();
|
swap_vertices();
|
||||||
for(auto& p: altmap) for(auto& pp: p.second) swapmatrix(pp.second);
|
for(auto& p: altmap) for(auto& pp: p.second) swapmatrix(pp.second);
|
||||||
for(auto& p: arbi_matrix) swapmatrix(p.second.second);
|
for(auto& p: arbi_matrix) swapmatrix(p.second.second);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user