diff --git a/Source/Core/Common/Matrix.cpp b/Source/Core/Common/Matrix.cpp index f53bff0efb..8e4d504398 100644 --- a/Source/Core/Common/Matrix.cpp +++ b/Source/Core/Common/Matrix.cpp @@ -10,7 +10,7 @@ namespace { -// Multiply a NxM matrix by a NxP matrix. +// Multiply a NxM matrix by a MxP matrix. template auto MatrixMultiply(const std::array& a, const std::array& b) -> std::array