correct indentation

This commit is contained in:
Axel Kohlmeyer
2018-05-08 00:32:49 -04:00
parent f4d14c96e8
commit 318dfd0613

View File

@ -1030,4 +1030,3 @@ void FastAssignT(Mat4x4& A, Mat4x4& C){
C.elements[2][3] = A.elements[3][2];
C.elements[3][2] = A.elements[2][3];
}