diff --git a/crates/bevy-inspector-egui/src/utils.rs b/crates/bevy-inspector-egui/src/utils.rs index d367588..f5f903c 100644 --- a/crates/bevy-inspector-egui/src/utils.rs +++ b/crates/bevy-inspector-egui/src/utils.rs @@ -63,8 +63,8 @@ pub mod guess_entity_name { ("bevy_window::window::PrimaryWindow", "Primary Window"), ("bevy_core_pipeline::core_3d::camera_3d::Camera3d", "Camera3d"), ("bevy_core_pipeline::core_2d::camera_2d::Camera2d", "Camera2d"), - ("bevy_pbr::light::PointLight", "PointLight"), - ("bevy_pbr::light::DirectionalLight", "DirectionalLight"), + ("bevy_pbr::light::point_light::PointLight", "PointLight"), + ("bevy_pbr::light::directional_light::DirectionalLight", "DirectionalLight"), ("bevy_text::text::Text", "Text"), ("bevy_ui::ui_node::Node", "Node"), ("bevy_asset::handle::Handle", "Pbr Mesh"),