mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +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> {
|
impl<'a> VRamManager<'a> {
|
||||||
pub fn new() -> Self {
|
pub(crate) fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
tilesets: Vec::new(),
|
tilesets: Vec::new(),
|
||||||
generation: 0,
|
generation: 0,
|
||||||
|
|
Loading…
Reference in a new issue