btBlockSolver use m_data2 instead of m_data

This commit is contained in:
Erwin Coumans
2019-03-11 17:52:55 -07:00
parent 4ea907aacf
commit 0caf51a54e
2 changed files with 25 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
class btBlockSolver : public btMultiBodyConstraintSolver
{
struct btBlockSolverInternalData* m_data;
struct btBlockSolverInternalData* m_data2;
public:
btBlockSolver();
@@ -26,4 +26,4 @@ public:
}
};
#endif //BT_BLOCK_SOLVER_H
#endif //BT_BLOCK_SOLVER_H