server: on_chunk_data_and_light: set all bits in now-removed bitmask

This commit is contained in:
ice_iix 2021-12-30 09:19:53 -08:00
parent 6cec6e7ee7
commit 2a7980db28
1 changed files with 2 additions and 2 deletions

View File

@ -1975,8 +1975,8 @@ impl Server {
chunk_data.chunk_x,
chunk_data.chunk_z,
true,
0, // TODO: chunk_data.bitmasks.data[0] as u64, // TODO: get all bitmasks
16, // TODO: get all bitmasks
0xffff, // world height/16 (256/16 = 16) bits
16, // TODO: get all bitmasks
chunk_data.data.data,
)
.unwrap();