mirror of https://github.com/wayvr-org/wayvr.git
SharedAtlas is not pub
This commit is contained in:
parent
f9475248d3
commit
fc294e6f9a
|
|
@ -110,7 +110,7 @@ impl SharedContext {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct SharedAtlas {
|
struct SharedAtlas {
|
||||||
text_atlas: TextAtlas,
|
text_atlas: TextAtlas,
|
||||||
pixel_scale: f32,
|
pixel_scale: f32,
|
||||||
}
|
}
|
||||||
|
|
@ -243,4 +243,4 @@ impl Context {
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue