mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
VRamManager should definitely not have a public new
This commit is contained in:
parent
9e8cdc6729
commit
b88ad5cba5
|
@ -109,7 +109,7 @@ pub struct VRamManager<'a> {
|
|||
}
|
||||
|
||||
impl<'a> VRamManager<'a> {
|
||||
pub fn new() -> Self {
|
||||
pub(crate) fn new() -> Self {
|
||||
Self {
|
||||
tilesets: Vec::new(),
|
||||
generation: 0,
|
||||
|
|
Loading…
Reference in a new issue