瀏覽代碼

Update mMatrix.cpp

fix comment, torque is already column major, even though doc says its row major
marauder2k7 1 年之前
父節點
當前提交
c0bcb8bd00
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Engine/source/math/mMatrix.cpp

+ 0 - 3
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<typename DATA_TYPE, U32 rows, U32 cols>