save
All checks were successful
Rust Checks / checks (push) Successful in 3m0s
Rust Checks / checks (pull_request) Successful in 3m2s

This commit is contained in:
CoCo_Sol 2024-04-03 21:59:30 +02:00
parent 83129111c2
commit 957ee73bce

View file

@ -30,7 +30,7 @@ fn setup_ownership_resources(mut commands: Commands) {
} }
/// The type condition for update ownership. /// The type condition for update ownership.
type OwnershipUpdate = (Changed<Owner>, Changed<Sprite>); type OwnershipUpdate = Or<(Changed<Owner>, Changed<Sprite>)>;
/// Render the ownership of the tiles by applying colors. /// Render the ownership of the tiles by applying colors.
fn render_ownership( fn render_ownership(