From c0bcb8bd00a3f199591463245f501fc4f3c901c0 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Sun, 28 Jul 2024 06:38:11 +0100 Subject: [PATCH] Update mMatrix.cpp fix comment, torque is already column major, even though doc says its row major --- Engine/source/math/mMatrix.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Engine/source/math/mMatrix.cpp b/Engine/source/math/mMatrix.cpp index 119c3c0a4..90928153f 100644 --- a/Engine/source/math/mMatrix.cpp +++ b/Engine/source/math/mMatrix.cpp @@ -212,9 +212,6 @@ EngineFieldTable::Field MatrixFEngineExport::getMatrixField() //------------------------------------ // Templatized matrix class to replace MATRIXF above -// row-major for now, since torque says it uses that -// but in future could cut down on transpose calls if -// we switch to column major. //------------------------------------ template