mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
f119d9df8e
# Objective - Every usage of `DrawFunctionsInternals::get_id()` was followed by a `.unwrap()`. which just adds boilerplate. ## Solution - Introduce a fallible version of `DrawFunctionsInternals::get_id()` and use it where possible. - I also took the opportunity to improve the error message a little in the case where it fails. --- ## Changelog - Added `DrawFunctionsInternals::id()` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |