From ef1059c3b98d63ce4172606d5a20243e58901e91 Mon Sep 17 00:00:00 2001 From: papow65 <105136085+papow65@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:43:54 +0100 Subject: [PATCH] Removed incorrect comment Fixes https://github.com/bevyengine/bevy/issues/10302 --- crates/bevy_asset/src/loader.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/bevy_asset/src/loader.rs b/crates/bevy_asset/src/loader.rs index 94ab97593dd28..036e5d6572258 100644 --- a/crates/bevy_asset/src/loader.rs +++ b/crates/bevy_asset/src/loader.rs @@ -412,7 +412,6 @@ impl<'a> LoadContext<'a> { &self.asset_path } - /// Gets the source asset path for this load context. pub async fn read_asset_bytes<'b, 'c>( &'b mut self, path: impl Into>,