Skip to content

Commit

Permalink
Add method overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
xCollateral committed Dec 22, 2024
1 parent 211ada8 commit 16e8cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/vulkanmod/mixin/render/GlStateManagerM.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ public static int _getTexLevelParameter(int i, int j, int k) {
@Overwrite(remap = false)
public static void _pixelStore(int pname, int param) {
//Used during upload to set copy offsets
RenderSystem.assertOnRenderThreadOrInit();
GlTexture.pixelStoreI(pname, param);
}

/**
Expand Down

0 comments on commit 16e8cda

Please sign in to comment.