diff --git a/sources/reactphysics3d/mathematics/Matrix.cpp b/sources/reactphysics3d/mathematics/Matrix.cpp index 31eaf512..6a7699ea 100644 --- a/sources/reactphysics3d/mathematics/Matrix.cpp +++ b/sources/reactphysics3d/mathematics/Matrix.cpp @@ -45,6 +45,7 @@ Matrix::Matrix(int nbRow, int nbColumn) throw(std::invalid_argument) array[i] = new double[nbColumn]; } + // TODO : This initialization loop must be removed carefully // Fill the matrix with zero's for (int i=0; i