mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
Prepare for follow-on change
This commit is contained in:
parent
b7d0727595
commit
fc5940c55e
@ -42,12 +42,13 @@ impl Window {
|
||||
)?,
|
||||
);
|
||||
let renderer = Renderer::new(window.clone()).await?;
|
||||
let camera = Camera::default();
|
||||
|
||||
Ok(Self {
|
||||
new_screen_size: None,
|
||||
most_recent_mouse_button: None,
|
||||
camera_tuning_config: DEFAULT_CAMERA_TUNING_CONFIG,
|
||||
camera: Camera::default(),
|
||||
camera,
|
||||
cursor: None,
|
||||
draw_config: DrawConfig::default(),
|
||||
focus_point: None,
|
||||
|
Loading…
Reference in New Issue
Block a user