From b81252fbc4a361e8df5e3ef39b921c126c641ce2 Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Sun, 8 Oct 2017 10:49:20 +0200 Subject: [PATCH] Update btVector3.h --- src/LinearMath/btVector3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LinearMath/btVector3.h b/src/LinearMath/btVector3.h index 7c735f603..c69effa96 100644 --- a/src/LinearMath/btVector3.h +++ b/src/LinearMath/btVector3.h @@ -1187,7 +1187,6 @@ public: if (m_floats[3] < minVal) { minIndex = 3; - minVal = m_floats[3]; } return minIndex;