Make CameraController public

This commit is contained in:
Jarrod Doyle 2023-04-24 13:47:59 +01:00
parent 55b79f0b39
commit 057d849e24
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ impl Projection {
}
#[derive(Debug)]
pub(crate) struct CameraController {
pub struct CameraController {
camera: Camera,
projection: Projection,
uniform: CameraUniform,