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