diff options
| author | Shayne Hartford <shaybox@shaybox.com> | 2024-11-12 13:07:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 12:07:36 -0600 |
| commit | 09cdc22b86d0f9ed2bedc76cb92739277b3997e8 (patch) | |
| tree | b8d1db477249e1938a5a36fe55328099e86b2839 /azalea-client/src/chunks.rs | |
| parent | 0774888a777a87367987f592314fc66d81c01313 (diff) | |
| download | azalea-drasl-09cdc22b86d0f9ed2bedc76cb92739277b3997e8.tar.xz | |
Make some internal system handles public for use with before/after (#180)
Diffstat (limited to 'azalea-client/src/chunks.rs')
| -rw-r--r-- | azalea-client/src/chunks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/chunks.rs b/azalea-client/src/chunks.rs index 072fbd31..40e295aa 100644 --- a/azalea-client/src/chunks.rs +++ b/azalea-client/src/chunks.rs @@ -71,7 +71,7 @@ pub struct ChunkBatchFinishedEvent { pub batch_size: u32, } -fn handle_receive_chunk_events( +pub fn handle_receive_chunk_events( mut events: EventReader<ReceiveChunkEvent>, mut query: Query<&mut InstanceHolder>, ) { |
