We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5231929 commit 93ef2a6Copy full SHA for 93ef2a6
src/main/java/net/vulkanmod/mixin/render/RenderSystemMixin.java
@@ -276,9 +276,9 @@ public static void disableCull() {
276
* @author
277
*/
278
@Overwrite(remap = false)
279
- public static void polygonMode(final int i, final int j) {
+ public static void polygonMode(final int face, final int mode) {
280
assertOnRenderThread();
281
- VRenderSystem.setPolygonModeGL(i);
+ VRenderSystem.setPolygonModeGL(mode);
282
}
283
284
/**
0 commit comments