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 3adda56 commit 5ff1ff1Copy full SHA for 5ff1ff1
src/main/java/net/vulkanmod/mixin/render/RenderSystemMixin.java
@@ -288,9 +288,9 @@ public static void disableCull() {
288
* @author
289
*/
290
@Overwrite(remap = false)
291
- public static void polygonMode(final int i, final int j) {
+ public static void polygonMode(final int face, final int mode) {
292
assertOnRenderThread();
293
- VRenderSystem.setPolygonModeGL(i);
+ VRenderSystem.setPolygonModeGL(mode);
294
}
295
296
/**
0 commit comments