update MC GL Wrapper

This commit is contained in:
James Seibel
2025-06-18 17:36:46 -05:00
parent 1c9130c3f1
commit aa4681e044
@@ -21,7 +21,7 @@ package com.seibel.distanthorizons.common.wrappers.minecraft;
#if MC_VER < MC_1_21_5
import com.mojang.blaze3d.platform.GlStateManager;
#elif MC_VER == MC_1_21_5
#elif MC_VER >= MC_1_21_5
import com.mojang.blaze3d.opengl.GlStateManager;
#endif