Skip to content

Commit 7bba273

Browse files
committed
update from 1.21.1
1 parent 42c1e6d commit 7bba273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/matl114/mixins/versioned/DrawContextMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void multiply3D(Quaternionf quaternion) {
7070
this.matrices.set(result);
7171
}
7272

73-
public Matrix3f peekNormal(){
73+
public Matrix3f peekNormal() {
7474
return new Matrix3f().identity();
7575
}
7676
}

0 commit comments

Comments
 (0)