aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/v1_15_2.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/v1_15_2.rs b/src/v1_15_2.rs
index ffc8490..1565485 100644
--- a/src/v1_15_2.rs
+++ b/src/v1_15_2.rs
@@ -3099,6 +3099,8 @@ impl PartialEq for LightingData {
}
}
+unsafe impl Sync for LightingData {}
+
#[cfg(test)]
impl LightingData {
fn gen_random_mask() -> i32 {