Fix compilation of 1.14.4-forge

This commit is contained in:
Jonas Herzig
2020-03-30 01:08:15 +02:00
parent eb1fbed0d8
commit 13283fb5d2
3 changed files with 2 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ public abstract class Mixin_CubicRotation {
y = 1;
break;
}
//#if MC>=11400
//#if MC>=11500
//$$ matrixStack.multiply(new Vector3f(x, y, 0).getDegreesQuaternion(angle));
//#else
GL11.glRotatef(angle, x, y, 0);