From 56bba5560be95c1e05bfec11e4fc085654f3589d Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sun, 30 Aug 2026 18:42:16 -0700 Subject: working with tilesets --- src/renderer/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/renderer/mod.rs') diff --git a/src/renderer/mod.rs b/src/renderer/mod.rs index b5508e2..aca2b17 100644 --- a/src/renderer/mod.rs +++ b/src/renderer/mod.rs @@ -10,7 +10,7 @@ use crate::{ camera::Camera, config::{CELLS_IN_CHUNK, CHUNK_SIZE}, content::{materials::MaterialId, vfx::VfxMaterialId}, - proc_gen::WorldGenerator, + proc_gen::TilesetWorldGenerator, renderer::ui::draw_egui, sim::{ cell_manager::manager::CellManager, entity::EntityId, @@ -773,7 +773,7 @@ impl RendererState { config: &mut Config, diagnostics: &Diagnostics, input_manager: &InputManager, - world_generator: &mut WorldGenerator, + world_generator: &TilesetWorldGenerator, ) { puffin::profile_function!(); -- cgit v1.3.1