Skip to content

Commit 0b20787

Browse files
committed
bring back orbits. oops.
1 parent f8de8ff commit 0b20787

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,8 +1823,7 @@ int main(void)
18231823
bool is_hl = (active_sat == &satellites[i]);
18241824
if (!(is_pov_mode && &satellites[i] == selected_sat))
18251825
{
1826-
if (is_hl)
1827-
draw_orbit_3d(&satellites[i], current_epoch, is_hl, sat_alpha, global_orbit_step);
1826+
draw_orbit_3d(&satellites[i], current_epoch, is_hl, sat_alpha, global_orbit_step);
18281827
}
18291828

18301829
if (is_hl && !(is_pov_mode && &satellites[i] == selected_sat))

0 commit comments

Comments
 (0)