Skip to content

Commit

Permalink
update AssetServer.load doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jan 16, 2023
1 parent c7280c1 commit 8bdaa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/asset_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ impl AssetServer {
/// to look for loaders of `bar.baz` and `baz` assets.
///
/// By default the `ROOT` is the directory of the Application, but this can be overridden by
/// setting the `"CARGO_MANIFEST_DIR"` environment variable
/// setting the `"BEVY_ASSET_ROOT"` or `"CARGO_MANIFEST_DIR"` environment variable
/// (see <https://doc.rust-lang.org/cargo/reference/environment-variables.html>)
/// to another directory. When the application is run through Cargo, then
/// `"CARGO_MANIFEST_DIR"` is automatically set to the root folder of your crate (workspace).
Expand Down

0 comments on commit 8bdaa91

Please sign in to comment.