fix pre 26.2 compiling

This commit is contained in:
James Seibel
2026-05-20 17:30:13 -05:00
parent 7d2ccc302d
commit 95b2d5a908
@@ -64,7 +64,7 @@ public class BlazeDhRenderApiDefinition extends AbstractDhRenderApiDefinition
public BlazeDhRenderApiDefinition() public BlazeDhRenderApiDefinition()
{ {
#if MC_VER <= MC_26_1_2 #if MC_VER <= MC_26_1_2
renderApi = EDhApiRenderApi.OPEN_GL; renderApi = EDhApiRenderingApi.OPEN_GL;
#else #else
// use the same rendering API as Minecraft // use the same rendering API as Minecraft
this.renderApi = MinecraftRenderWrapper.INSTANCE.getMcRenderingApi(); this.renderApi = MinecraftRenderWrapper.INSTANCE.getMcRenderingApi();