Skip to content
Snippets Groups Projects
Unverified Commit 71f42fb6 authored by Marc-Stefan Cassola's avatar Marc-Stefan Cassola Committed by GitHub
Browse files

Remove old UICamera spawn

parent 3ac13d54
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,6 @@ fn startup( ...@@ -20,8 +20,6 @@ fn startup(
) { ) {
font_mapping.set_default(asset_server.load("roboto.kayak_font")); font_mapping.set_default(asset_server.load("roboto.kayak_font"));
commands.spawn(UICameraBundle::new());
let mut widget_context = KayakRootContext::new(); let mut widget_context = KayakRootContext::new();
let parent_id = None; let parent_id = None;
......
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