diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-09-01 19:08:17 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-09-01 19:08:17 -0700 |
| commit | 7eedb19a5f28150a28b8cf1ec5fb08139d6b5590 (patch) | |
| tree | 7a2b43902bda122e7c025d0abbda22a4de936860 /src/content/world | |
| parent | 2335bd23e3b4e09177ff02e236612b78c1730b9c (diff) | |
lint
Diffstat (limited to 'src/content/world')
| -rw-r--r-- | src/content/world/mines.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/world/mines.rs b/src/content/world/mines.rs index 9e24a37..d750619 100644 --- a/src/content/world/mines.rs +++ b/src/content/world/mines.rs @@ -3,7 +3,7 @@ use glam::IVec2; use crate::{ content::materials::MaterialId, - proc_gen::{Biome, InterpolatedPixel, tileset_loader::TilePixelType}, + proc_gen::{Biome, InterpolatedPixel}, sim::cell::Cell, }; |
