SharedAtlas is not pub

This commit is contained in:
galister 2025-06-25 21:29:33 +09:00
parent f9475248d3
commit fc294e6f9a
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ impl SharedContext {
}
}
pub struct SharedAtlas {
struct SharedAtlas {
text_atlas: TextAtlas,
pixel_scale: f32,
}
@ -243,4 +243,4 @@ impl Context {
Ok(())
}
}
}