mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:37:17 +02:00
remove warning: unused variables
This commit is contained in:
parent
b6a8949b4c
commit
552efa3e91
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@ int MAX_ENTITIES_PER_SIMULATION = 64;
|
||||||
int MAX_COLLISIONS_PER_SIMULATION = 256;
|
int MAX_COLLISIONS_PER_SIMULATION = 256;
|
||||||
|
|
||||||
|
|
||||||
const int NUM_SHAPE_BITS = 6;
|
|
||||||
const int SHAPE_INDEX_MASK = (1 << (NUM_SHAPE_BITS + 1)) - 1;
|
|
||||||
|
|
||||||
PhysicsSimulation::PhysicsSimulation() : _collisionList(MAX_COLLISIONS_PER_SIMULATION),
|
PhysicsSimulation::PhysicsSimulation() : _collisionList(MAX_COLLISIONS_PER_SIMULATION),
|
||||||
_numIterations(0), _numCollisions(0), _constraintError(0.0f), _stepTime(0) {
|
_numIterations(0), _numCollisions(0), _constraintError(0.0f), _stepTime(0) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue