From 0f20cfaa570872d14c24cee679363e0b5ff2ce47 Mon Sep 17 00:00:00 2001 From: Ricky Taylor Date: Mon, 2 Oct 2023 01:05:36 +0100 Subject: [PATCH] Only attempt to copy resources that still exist from scenes (#9984) # Objective Avert a panic when removing resources from Scenes. ### Reproduction Steps ```rust let mut scene = Scene::new(World::default()); scene.world.init_resource::