mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
9f4c3e943a
# Objective Fixes an issue where Bevy will look for `.meta` files in the root of the server instead of `imported_assets/Default` on the web. ## Solution `self.root_path.join` was seemingly forgotten in the `read_meta` function on `HttpWasmAssetReader`, though it was included in the `read` function. This PR simply adds the missing function call. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |