btBlockSolver use m_data2 instead of m_data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user