From 3ac4e33b9dfb3e9d8c2be051366690600cc92bd7 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Tue, 12 Sep 2023 16:18:59 -0700 Subject: [PATCH] Update crates/bevy_asset/src/path.rs Co-authored-by: Martin Dickopp --- crates/bevy_asset/src/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_asset/src/path.rs b/crates/bevy_asset/src/path.rs index 710d9c7575b38..6ed4190bd603a 100644 --- a/crates/bevy_asset/src/path.rs +++ b/crates/bevy_asset/src/path.rs @@ -293,7 +293,7 @@ impl GetTypeRegistration for AssetPath<'static> { impl TypePath for AssetPath<'static> { fn type_path() -> &'static str { - "AssetPath<'static>" + "bevy_asset::path::AssetPath<'static>" } fn short_type_path() -> &'static str { "AssetPath<'static>"