Skip to content

Commit 94167a3

Browse files
committed
Code format.
1 parent f9e5e50 commit 94167a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Engine/Toolkit/Math/Matrix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ static void MultiplyMMM(Matrix4* m1, Matrix4* m2, Matrix4* m3, Matrix4* outM23,
104104
outM231->m15 = m1->m3 * outM23->m12 + m1->m7 * outM23->m13 + m1->m11 * outM23->m14 + m1->m15 * outM23->m15;
105105
}
106106

107+
107108
/**
108109
* x: right axis
109110
* y: up axis

0 commit comments

Comments
 (0)