mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
debug removed
This commit is contained in:
parent
eee39b0340
commit
64569f1818
@ -1041,7 +1041,6 @@ void race_projection() {
|
||||
dialog::add_action([] () {
|
||||
dialog::editMatrix(race_angle.get(), XLAT("race angle"), "", GDIM);
|
||||
auto& d = dialog::get_di();
|
||||
println(hlog, format("d = %p", &d));
|
||||
auto q = rot_inverse(race_angle) * pconf.mori();
|
||||
auto last = d.reaction;
|
||||
d.reaction = [q, last] () {
|
||||
|
Loading…
Reference in New Issue
Block a user