Skip to content

Commit

Permalink
Fix #298
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTheGuy committed Aug 21, 2024
1 parent 36a9953 commit b336fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/net/minecraft/client/renderer/ShaderInstance.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ CLASS net/minecraft/client/renderer/ShaderInstance
ARG 1 name
METHOD setDefaultUniforms (Lcom/mojang/blaze3d/vertex/VertexFormat$Mode;Lorg/joml/Matrix4f;Lorg/joml/Matrix4f;Lcom/mojang/blaze3d/platform/Window;)V
ARG 1 mode
ARG 2 projectionMatrix
ARG 3 frustrumMatrix
ARG 2 frustumMatrix
ARG 3 projectionMatrix
ARG 4 window
METHOD setSampler (Ljava/lang/String;Ljava/lang/Object;)V
ARG 1 name
Expand Down

0 comments on commit b336fa1

Please sign in to comment.