Skip to content

Commit

Permalink
Missing backtick.
Browse files Browse the repository at this point in the history
  • Loading branch information
richchurcher committed Sep 20, 2024
1 parent a4de40e commit f95757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/asset/alter_mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn setup(
// A common mistake is to use `RENDER_WORLD` by itself, which can cause a confusing lack of
// assets available in `Res<Assets<Mesh>>`. `RENDER_WORLD` alone will cause the asset to be
// unloaded from the asset server after it's been sent to the GPU. Unless you have a clear
// reason not to do so, it's best to use `RenderAssetUsages::all().
// reason not to do so, it's best to use `RenderAssetUsages::all()`.
|settings: &mut GltfLoaderSettings| settings.load_meshes = RenderAssetUsages::all(),
);

Expand Down

0 comments on commit f95757c

Please sign in to comment.