From c9041e2e6fe59d6127bb1085b874e8e3cda8000e Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 7 May 2026 10:12:11 -0400 Subject: more intense position-relative rendering to fix some precision problems --- src/window.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/window.rs') diff --git a/src/window.rs b/src/window.rs index 3461a53..d895040 100644 --- a/src/window.rs +++ b/src/window.rs @@ -40,14 +40,11 @@ impl GameWindow let tacmap = TacticalMap::new(&wgpuctx); let ui_state = ui::State{ + camera_target: Some(0), topbar_sate: ui::topbar::TopBarState { current_system : Some(0), ..Default::default() }, - camera_info: ui::camera_info::CameraWindowState { - target: Some(0), - ..Default::default() - }, ..Default::default() }; -- cgit v1.2.3