1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-04 17:57:03 +00:00

ads-game:: debug removed

This commit is contained in:
Zeno Rogue 2022-09-29 14:27:40 +02:00
parent 9c7f23e16e
commit 171b198cd8

View File

@ -170,7 +170,6 @@ void draw_game_cell(const cell_to_draw& cd) {
auto h = ads_inverse(current_ship * vctrV_ship);
cr = cross0(current * V * h);
// println(hlog, current * V * h);
println(hlog, "cr shift = ", cr.shift);
});
if(cr.shift < M_PI && cr.shift < M_PI) {
vector<hyperpoint> pts;