From ee55453fbf9a799e23cbca60e384f6adf3d11acf Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 6 Nov 2023 18:04:48 -0600 Subject: bevy 0.12 --- azalea-entity/src/plugin/relative_updates.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-entity/src') diff --git a/azalea-entity/src/plugin/relative_updates.rs b/azalea-entity/src/plugin/relative_updates.rs index 4f7e478a..140c54e9 100644 --- a/azalea-entity/src/plugin/relative_updates.rs +++ b/azalea-entity/src/plugin/relative_updates.rs @@ -22,7 +22,7 @@ use bevy_ecs::{ prelude::{Component, Entity}, query::With, system::{EntityCommand, Query}, - world::{EntityMut, World}, + world::{EntityWorldMut, World}, }; use derive_more::{Deref, DerefMut}; use log::warn; @@ -44,7 +44,7 @@ use crate::LocalEntity; pub struct RelativeEntityUpdate { pub partial_world: Arc>, // a function that takes the entity and updates it - pub update: Box, + pub update: Box, } /// A component that counts the number of times this entity has been modified. -- cgit v1.2.3