item flashing

This commit is contained in:
2025-09-14 18:48:50 +01:00
parent 8a5884c6d5
commit 4c4c985be3
13 changed files with 137 additions and 84 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pub enum Material {
}
impl Material {
// Weight per unit volume (arbitrary units - adjust as needed)
// Weight per unit volume (arbitrary units - TODO: Adjust later)
pub fn density(&self) -> f32 {
match self {
Material::NA => 1.0,