fix the cellulite spilling bug

This commit is contained in:
Tamo
2025-07-24 18:11:16 +02:00
parent bad5406095
commit ebb4865b95
16 changed files with 157 additions and 116 deletions

View File

@ -340,4 +340,4 @@ impl<T: steppe::Step> Step for Compat<T> {
fn total(&self) -> u32 {
self.0.total().try_into().unwrap_or(u32::MAX)
}
}
}