summaryrefslogtreecommitdiff
path: root/src/renderer/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/ui.rs')
-rw-r--r--src/renderer/ui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/ui.rs b/src/renderer/ui.rs
index 2e4ebc4..77af59d 100644
--- a/src/renderer/ui.rs
+++ b/src/renderer/ui.rs
@@ -2,7 +2,7 @@ use egui::{Color32, Stroke, Ui, epaint::CircleShape};
use crate::{
Camera, Config, Diagnostics, Input,
- sim::{materials::MaterialId, world::World},
+ sim::{cell::materials::MaterialId, cell_sim::world::World},
};
pub fn draw_egui<'a>(