From 4f288b1c031065805f5eb11362fe762f2e295c12 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 26 Feb 2024 00:55:27 -0600 Subject: optimize physics a bit more --- azalea-entity/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-entity/src') diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index 1b643e4a..dd818c6d 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -410,7 +410,7 @@ pub struct PlayerBundle { /// be updated by other clients. /// /// If this is for a client then all of our clients will have this. -#[derive(Component)] +#[derive(Component, Clone)] pub struct LocalEntity; #[derive(Component, Clone, Debug, PartialEq, Deref, DerefMut)] -- cgit v1.2.3