remove unnecesary component

This commit is contained in:
awtterpip
2024-04-13 17:05:47 -05:00
parent a299702f7a
commit e2a664dfec

View File

@@ -93,7 +93,6 @@ pub fn init_views(
));
views.push(default());
}
commands.spawn(XrCameraBundle::default());
commands.insert_resource(XrViews(views));
}