fix exceeding shared memory usage, return of member of deleted class.

This commit is contained in:
Erwin Coumans
2019-05-06 17:13:42 -07:00
parent f4f5f70886
commit 688df2c60b
2 changed files with 3 additions and 1 deletions

View File

@@ -952,7 +952,7 @@ struct b3ForwardDynamicsAnalyticsIslandData
double m_remainingLeastSquaresResidual;
};
#define MAX_ISLANDS_ANALYTICS 1024
#define MAX_ISLANDS_ANALYTICS 64
struct b3ForwardDynamicsAnalyticsArgs
{