mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
debug removed
This commit is contained in:
parent
eee39b0340
commit
64569f1818
@ -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] () {
|
||||||
|
Loading…
Reference in New Issue
Block a user