Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 31, 2009, 10:28:36 PM (15 years ago)
Author:
landauf
Message:

reapplied mingw-patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/bullet/changes_orxonox.diff

    r2710 r2883  
    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 @@
     1Index: btScalar.h
     2===================================================================
     3--- btScalar.h  (revision 2882)
     4+++ btScalar.h  (working copy)
     5@@ -236,7 +236,11 @@
    46 SIMD_FORCE_INLINE btScalar btAtan2(btScalar x, btScalar y) { return atan2f(x, y); }
    57 SIMD_FORCE_INLINE btScalar btExp(btScalar x) { return expf(x); }
     
    1113+  SIMD_FORCE_INLINE btScalar btPow(btScalar x,btScalar y) { return powf(x,y); }
    1214+  #endif
    13  
     15
    1416 #endif
    15  
     17
Note: See TracChangeset for help on using the changeset viewer.