Skip to content

Commit

Permalink
Fix 1.19- builds again
Browse files Browse the repository at this point in the history
  • Loading branch information
zbx1425 committed Aug 30, 2023
1 parent e526285 commit d6c4bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static void resetGlStates() {
#if MC_VERSION >= "12000"
RenderSystem.setProjectionMatrix(lastProjectionMat.asMoj(), lastVertexSorting);
#else
RenderSystem.setProjectionMatrix(lastProjectionMat);
RenderSystem.setProjectionMatrix(lastProjectionMat.asMoj());
#endif
if (fontAtlas != null) fontAtlas.close();
}
Expand Down

0 comments on commit d6c4bea

Please sign in to comment.