Change initial position

This commit is contained in:
Maximilian Ammann 2022-03-24 13:58:33 +01:00
parent 6de03bb369
commit f08c8491cf

View File

@ -256,7 +256,7 @@ impl RenderState {
};
let camera = camera::Camera::new(
(0.0, 0.0, 150.0),
(256.0, 256.0, 150.0),
cgmath::Deg(-90.0),
cgmath::Deg(0.0),
size.width,