1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-26 01:50:36 +00:00

debug removed

This commit is contained in:
Zeno Rogue 2024-05-16 21:42:49 +02:00
parent eee39b0340
commit 64569f1818

View File

@ -1041,7 +1041,6 @@ void race_projection() {
dialog::add_action([] () { dialog::add_action([] () {
dialog::editMatrix(race_angle.get(), XLAT("race angle"), "", GDIM); dialog::editMatrix(race_angle.get(), XLAT("race angle"), "", GDIM);
auto& d = dialog::get_di(); auto& d = dialog::get_di();
println(hlog, format("d = %p", &d));
auto q = rot_inverse(race_angle) * pconf.mori(); auto q = rot_inverse(race_angle) * pconf.mori();
auto last = d.reaction; auto last = d.reaction;
d.reaction = [q, last] () { d.reaction = [q, last] () {