be able to clear sprite 0 on drop

This commit is contained in:
Corwin 2023-04-03 02:50:12 +01:00
parent e0af614cac
commit e6937bbb61
No known key found for this signature in database

View file

@ -90,7 +90,7 @@ impl UnmanagedOAM<'_> {
pub(crate) fn new() -> Self {
Self {
up_to: Cell::new(0),
up_to: Cell::new(-1),
phantom: PhantomData,
}
}