- Timestamp:
- Apr 8, 2009, 12:36:08 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/Gimpact/gim_box_set.cpp
r2662 r2907 111 111 } 112 112 113 bool unbal = (splitIndex==startIndex) || (splitIndex == (endIndex)); 114 btAssert(!unbal); 113 btAssert(!((splitIndex==startIndex) || (splitIndex == (endIndex)))); 115 114 116 115 return splitIndex; … … 181 180 } 182 181 182
Note: See TracChangeset
for help on using the changeset viewer.