mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 12:36:35 +11:00
VRamManager should definitely not have a public new
This commit is contained in:
parent
9e8cdc6729
commit
b88ad5cba5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue