From d5465cd28e43d48b3e913fdb1161eb907e4d80d0 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 25 Aug 2023 02:34:31 -0500 Subject: add basic pathfinding test --- azalea-entity/src/plugin/indexing.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-entity/src/plugin') diff --git a/azalea-entity/src/plugin/indexing.rs b/azalea-entity/src/plugin/indexing.rs index 23f53c5f..3a349f5c 100644 --- a/azalea-entity/src/plugin/indexing.rs +++ b/azalea-entity/src/plugin/indexing.rs @@ -229,6 +229,7 @@ pub fn update_entity_chunk_positions( } /// Despawn entities that aren't being loaded by anything. +#[allow(clippy::type_complexity)] pub fn remove_despawned_entities_from_indexes( mut commands: Commands, mut entity_infos: ResMut, -- cgit v1.2.3