Skip to content

Commit

Permalink
Update crates/bevy_asset/src/path.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Dickopp <martin@zero-based.org>
  • Loading branch information
cart and mdickopp authored Sep 12, 2023
1 parent 3368d62 commit 3ac4e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down

0 comments on commit 3ac4e33

Please sign in to comment.