mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
In #12889, I mistakenly started dropping unbatchable sorted items on the floor instead of giving them solitary batches. This caused the objects in the `shader_instancing` demo to stop showing up. This patch fixes the issue by giving those items their own batches as expected. Fixes #13130. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |