Skip to content
Snippets Groups Projects
Commit ad6582f8 authored by Louis's avatar Louis :fire:
Browse files

Remove update_window_size function

parent 4969d5a3
Branches bevy_0.11
No related tags found
No related merge requests found
......@@ -1310,7 +1310,6 @@ impl Plugin for KayakContextPlugin {
Update,
(
crate::input::process_events,
crate::window_size::update_window_size,
),
)
.add_systems(PostUpdate, (update_widgets_sys, calculate_ui).chain());
......
......@@ -31,6 +31,7 @@ mod window_size;
use context::KayakRootContext;
pub use window_size::WindowSize;
pub use window_size::update_window_size;
pub use camera::*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment