Skip to content

Commit

Permalink
Including resources
Browse files Browse the repository at this point in the history
  • Loading branch information
emwebb committed Nov 30, 2024
1 parent a44deaf commit 7972fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl AssetLoader for ResourceAssetLoader {
type Settings = ();
type Error = Error;

async fn load<>(
async fn load(
&self,
reader: &mut dyn Reader,
_: &Self::Settings,
Expand Down

0 comments on commit 7972fbb

Please sign in to comment.