Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 852e226

Browse files
AlBuSoft_RTX3070AlBuSoft_RTX3070
authored andcommitted
Matrix4x4 comment in source removed
1 parent e28ef9b commit 852e226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libs/ecm/math/matrix4x4.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ namespace ecm::math
3636
// First row of the matrix
3737
T m00, m01, m02, m03;
3838
// Second row of the matrix
39-
T m10, m11, m12 the, m13;
40-
// Third row of matrix
39+
T m10, m11, m12, m13;
40+
// Third row of the matrix
4141
T m20, m21, m22, m23;
4242
// Fourth row of the matrix
4343
T m30, m31, m32, m33;

0 commit comments

Comments
 (0)