add preparation for btGpuJacobiSolver

This commit is contained in:
erwin coumans
2013-03-25 17:13:53 -07:00
parent 68062bdfbd
commit 9c0ca25cf6
9 changed files with 563 additions and 34 deletions

View File

@@ -302,6 +302,7 @@ protected:
if (capacity() < _Count)
{ // not enough room, reallocate
T* s = (T*)allocate(_Count);
btAssert(s);
copy(0, size(), s);