1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 13:48:15 +00:00

ads-game:: past fixup

This commit is contained in:
Zeno Rogue 2022-09-29 12:12:02 +02:00
parent cc1d2c1b48
commit 01c7ff5bc6

View File

@ -564,7 +564,6 @@ void view_ds_game() {
auto cr = ds_cross0_light(current.T * lorentz(2, 3, current_ship.shift - current.shift) * h);
pts.push_back(cr.h);
if(cr.shift > 0) ok++; else bad++;
shifts.push_back(cr.shift);
}
for(auto h: pts) curvepoint(h);
queuecurve(shiftless(sphereflip), 0xFF0000C0, bad == 0 ? 0x00000060 : 0xFFFFFF10, PPR::SUPERLINE);