fixup! feat(core): introduce new drawing library

matejcik/drawlib-tmp
cepetr 1 month ago
parent eaf1c32963
commit 9a23e1987e

@ -112,7 +112,7 @@ impl<'a> ZlibCache<'a> {
};
for _ in 0..cache.slots.capacity() {
unwrap!(cache.slots.push(ZlibCacheSlot::new(bump)?)); // should never fail
cache.slots.push(ZlibCacheSlot::new(bump)?).ok()?;
}
Some(cache)

Loading…
Cancel
Save