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
@ -412,7 +412,7 @@ impl<'a> LoadContext<'a> {
|
|||||||
&self.asset_path
|
&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>(
|
pub async fn read_asset_bytes<'b, 'c>(
|
||||||
&'b mut self,
|
&'b mut self,
|
||||||
path: impl Into<AssetPath<'c>>,
|
path: impl Into<AssetPath<'c>>,
|
||||||
|
Loading…
Reference in New Issue
Block a user