mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 17:54:15 +02:00
fix some warnings
This commit is contained in:
parent
58ee5217e3
commit
f2ba91383c
1 changed files with 2 additions and 0 deletions
|
@ -270,7 +270,9 @@ void MeshMassProperties::computeMassProperties(const VectorOfPoints& points, con
|
||||||
}
|
}
|
||||||
|
|
||||||
// create some variables to hold temporary results
|
// create some variables to hold temporary results
|
||||||
|
#ifdef DEBUG
|
||||||
uint32_t numPoints = points.size();
|
uint32_t numPoints = points.size();
|
||||||
|
#endif
|
||||||
const btVector3 p0(0.0f, 0.0f, 0.0f);
|
const btVector3 p0(0.0f, 0.0f, 0.0f);
|
||||||
btMatrix3x3 tetraInertia;
|
btMatrix3x3 tetraInertia;
|
||||||
btMatrix3x3 doubleDebugInertia;
|
btMatrix3x3 doubleDebugInertia;
|
||||||
|
|
Loading…
Reference in a new issue