diff --git a/sources/reactphysics3d/mathematics/Vector.cpp b/sources/reactphysics3d/mathematics/Vector.cpp index 5561b31c..897ddb99 100644 --- a/sources/reactphysics3d/mathematics/Vector.cpp +++ b/sources/reactphysics3d/mathematics/Vector.cpp @@ -37,7 +37,7 @@ Vector::Vector(int n) throw(std::invalid_argument) { nbComponent = n; tab = new double[nbComponent]; - + // TODO : Remove this initialization // Fill the array with zero's value for(int i=0; i