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