From 9788d9037ad7199701b1710c28559cb96bce5aec Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 6 May 2026 12:01:42 -0400 Subject: regenerate orbit lines based on system tick interval --- src/ui/topbar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/topbar.rs') diff --git a/src/ui/topbar.rs b/src/ui/topbar.rs index faa809f..296a84e 100644 --- a/src/ui/topbar.rs +++ b/src/ui/topbar.rs @@ -1,6 +1,6 @@ use std::cell::RefCell; -use crate::{GameState, eguictx::EguiCtx, solar_system::{SolarSystem, SystemId}, timeman::{self, Second, TimeMan}}; +use crate::{GameState, eguictx::EguiCtx, solar_system::SystemId, timeman::{self, Second, TimeMan}}; #[derive(Default, Clone)] pub struct TopBarState -- cgit v1.2.3