summaryrefslogtreecommitdiff
path: root/src/renderer/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/mod.rs')
-rw-r--r--src/renderer/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/mod.rs b/src/renderer/mod.rs
index 2df15e6..c2e541b 100644
--- a/src/renderer/mod.rs
+++ b/src/renderer/mod.rs
@@ -9,9 +9,9 @@ use crate::{
Config, Diagnostics, Input,
camera::Camera,
config::{CELLS_IN_CHUNK, CHUNK_SIZE},
+ content::materials::MaterialId,
renderer::ui::draw_egui,
sim::{
- cell::materials::MaterialId,
cell_manager::manager::CellManager,
entity::Entity,
rb_manager::debug_render::DebugVertex,