bevy
bevy copied to clipboard
Make WindowId::primary() const
Objective
- fixes https://github.com/bevyengine/bevy/issues/6577
Solution
- simply add
const
toprimary()
.