- 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/changes_orxonox.diff
r2907 r2908 1 Index: btScalar.h 2 =================================================================== 3 --- btScalar.h (revision 2882) 4 +++ btScalar.h (working copy) 5 @@ -236,7 +236,11 @@ 1 --- LinearMath\btScalar.h So Feb 15 18:28:13 2009 2 +++ LinearMath\btScalar.h Sa Feb 14 23:04:53 2009 3 @@ -227,7 +227,11 @@ 6 4 SIMD_FORCE_INLINE btScalar btAtan2(btScalar x, btScalar y) { return atan2f(x, y); } 7 5 SIMD_FORCE_INLINE btScalar btExp(btScalar x) { return expf(x); } … … 13 11 + SIMD_FORCE_INLINE btScalar btPow(btScalar x,btScalar y) { return powf(x,y); } 14 12 + #endif 15 13 16 14 #endif 17 15
Note: See TracChangeset
for help on using the changeset viewer.