Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2015, 11:52:18 PM (9 years ago)
Author:
landauf
Message:

fixed alignment warnings in MSVC14 (caused by SSE instructions in bullet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/worldentities/WorldEntity.h

    r10288 r10726  
    3737#endif
    3838#include <LinearMath/btMotionState.h>
     39#include <LinearMath/btAlignedAllocator.h>
    3940
    4041#include "util/Math.h"
     
    7475
    7576        public:
     77            BT_DECLARE_ALIGNED_ALLOCATOR();
     78
    7679            // Define our own transform space enum to avoid Ogre includes here
    7780            /**
Note: See TracChangeset for help on using the changeset viewer.