diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-23 11:25:20 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-23 11:25:20 -0700 |
| commit | 5f137b41ebeadfca3907221713f85f2c9fe431bf (patch) | |
| tree | 80e271c7ad5fd074f27b33dcdcdafafc391d2d13 /src/sim/cell.rs | |
| parent | 80824a8b69b70e6e40577e4f0236c28c4ad5c15b (diff) | |
entityID newtype
Diffstat (limited to 'src/sim/cell.rs')
| -rw-r--r-- | src/sim/cell.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/cell.rs b/src/sim/cell.rs index 5a9fc1f..ca0b969 100644 --- a/src/sim/cell.rs +++ b/src/sim/cell.rs @@ -4,6 +4,7 @@ use crate::{config::SETTLED_THRESOHLD, content::materials::MaterialId}; pub struct Cell { pub material: MaterialId, pub flags: u8, + // TODO move this to a per-chunk hashmap pub data: u16, } |
