Changeset 2908 for code/branches/questsystem5/src/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp
- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp
r2907 r2908 26 26 27 27 #include "btVoronoiSimplexSolver.h" 28 #include <assert.h> 29 //#include <stdio.h> 28 30 29 31 #define VERTA 0 … … 36 38 { 37 39 38 btAssert(m_numVertices>0);40 assert(m_numVertices>0); 39 41 m_numVertices--; 40 42 m_simplexVectorW[index] = m_simplexVectorW[m_numVertices];
Note: See TracChangeset
for help on using the changeset viewer.