diff --git a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/misc/LightMapWrapper.java b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/misc/LightMapWrapper.java index 9be9ee887..f7e61ea51 100644 --- a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/misc/LightMapWrapper.java +++ b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/misc/LightMapWrapper.java @@ -64,8 +64,8 @@ public class LightMapWrapper implements ILightMapWrapper image.upload(0, 0, 0, false); // getActiveTexture() may return textures that aren't valid and attempting to bind them will - if (GL32.glIsTexture(currentTexture)) // throw a GL error in MC 1.21.1 + if (GL32.glIsTexture(currentTexture)) { GLMC.glBindTexture(currentTexture); } diff --git a/coreSubProjects b/coreSubProjects index 6857300ae..406468b54 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit 6857300ae226a2e60336cc5a99c845c0b8872ee2 +Subproject commit 406468b54c810a3dd38dbe07fd8e88ca0ae30be1