mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
fab0e5d085
# Objective Fixes: https://github.com/bevyengine/bevy/issues/14515 ## Solution Sorts the iterator with itertools' sorted_by function. This is required given that 'self.entries' is an immutable &[Box<dyn PartialReflect] which also doesn't implement Clone or Copy. ## Testing The modifications passed the unit testing only after they were edited to ensure that the items were in alphabetical order. I haven't checked for performance implications. |
||
---|---|---|
.. | ||
bundle.rs | ||
dynamic_scene.rs | ||
dynamic_scene_builder.rs | ||
lib.rs | ||
scene.rs | ||
scene_filter.rs | ||
scene_loader.rs | ||
scene_spawner.rs | ||
serde.rs |