mirror of
https://github.com/bevyengine/bevy
synced 2025-01-01 15:58:52 +00:00
cf612c8349
# Problem The `upsert_leaf` method creates a new `MeasureFunc` and, if required, a new leaf node, but then it only adds the new `MeasureFunc` to existing leaf nodes. ## Solution Add the `MeasureFunc` to new leaf nodes as well. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |