woah there, that shouldn't be public!

This commit is contained in:
Corwin 2023-04-03 01:53:04 +01:00
parent 660adbe961
commit f86bf9c07a
No known key found for this signature in database

View file

@ -155,7 +155,7 @@ impl OAMManager<'_> {
}
}
pub fn do_work_with_sprite_loader<C, T>(&self, c: C) -> T
fn do_work_with_sprite_loader<C, T>(&self, c: C) -> T
where
C: Fn(&mut StaticSpriteLoader) -> T,
{