fix the cellulite spilling bug

This commit is contained in:
Tamo
2025-07-24 18:11:16 +02:00
parent 41a04aa3ab
commit 8670793e6e
16 changed files with 183 additions and 113 deletions

View File

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