Skip to content

Commit

Permalink
fix remap on latest arch loom
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jul 18, 2024
1 parent cb5ba6e commit 5459cc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void removeDrawContextRef(final XaeroMinimapSession minimapSession, final
value = "INVOKE",
target = "Lorg/joml/Matrix4fStack;translate(FFF)Lorg/joml/Matrix4f;",
ordinal = 0
), remap = true)
), remap = true) // $REMAP
public Matrix4f modifyShaderMatrixStackTranslate(final Matrix4fStack instance, final float x, final float y, final float z,
@Share("scaledSize") LocalIntRef scaledSize) {
return instance.translate(scaledSize.get(), scaledSize.get(), -2000.0F);
Expand Down

0 comments on commit 5459cc1

Please sign in to comment.