From 66930534a0647e2613360658a6a99eed945e2f0f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 26 Jan 2025 15:10:37 +0100 Subject: move files around, graphics config, msaa --- client/src/interfaces/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/interfaces/mod.rs') diff --git a/client/src/interfaces/mod.rs b/client/src/interfaces/mod.rs index d7e8c7e..5fb9e6e 100644 --- a/client/src/interfaces/mod.rs +++ b/client/src/interfaces/mod.rs @@ -18,7 +18,9 @@ pub mod prefabindex; pub mod profiler; use crate::{ - download::Downloader, network::Network, render::scene::ScenePreparer, ui::UI_POSITION_OFFSET, + download::Downloader, + network::Network, + render::{scene::ScenePreparer, ui::UI_POSITION_OFFSET}, }; use egui::{Pos2, Widget}; use prefabindex::PrefabIndexInterface; -- cgit v1.2.3-70-g09d2