mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
71bf07f5c0
# Objective - Currently `AssetServer::get_handle_path` always returns `None` since the inner hash map is never written to. ## Solution - Inside the `load_untracked` function, insert the asset path into the map. This is similar to #1290 (thanks @TheRawMeatball) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |