mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
Corrected incorrect doc comment on read_asset_bytes (#10352)
Fixes #10302 ## Solution - Removed the incorrect comment.
This commit is contained in:
parent
1918608b02
commit
708569c91e
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ impl<'a> LoadContext<'a> {
|
|||
&self.asset_path
|
||||
}
|
||||
|
||||
/// Gets the source asset path for this load context.
|
||||
/// Reads the asset at the given path and returns its bytes
|
||||
pub async fn read_asset_bytes<'b, 'c>(
|
||||
&'b mut self,
|
||||
path: impl Into<AssetPath<'c>>,
|
||||
|
|
Loading…
Add table
Reference in a new issue