From 98f8a87362f660629bbf08b23fbe82c937634ec5 Mon Sep 17 00:00:00 2001 From: Ran <43445785+Ran-Mewo@users.noreply.github.com> Date: Fri, 11 Apr 2025 11:20:05 +1000 Subject: [PATCH] Improve LodDataBuilder.java - Use bitwise modulo - Don't compute certain things 256 times when they can be computed once. - Removed expressions that are always false - Improved comments --- coreSubProjects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreSubProjects b/coreSubProjects index e079b28e7..a5ae64fa0 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit e079b28e77f7f3040d6375de5a4c6ff32d618a84 +Subproject commit a5ae64fa022147a103c46f0186e20b9db290b4a0