Remove () as a valid bundle #2567
Labels
A-ECS
Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
From #2522, the 0-element-tuple creates a bundle currently. This is always user error in some form, and should be caught at compile time.
To change this, modify the 0 in this line to a 1:
bevy/crates/bevy_ecs/src/bundle.rs
Line 96 in 86cc70b
The text was updated successfully, but these errors were encountered: