fix define call

This commit is contained in:
nicolaichuk
2017-03-23 14:23:13 +03:00
parent 703e66727c
commit 6decb7ad1a

View File

@@ -78,7 +78,7 @@ struct idArray {
typedef b3AlignedObjectArray<T> type; typedef b3AlignedObjectArray<T> type;
}; };
typedef int idArrayIdx; typedef int idArrayIdx;
#define ID_DECLARE_ALIGNED_ALLOCATOR B3_DECLARE_ALIGNED_ALLOCATOR #define ID_DECLARE_ALIGNED_ALLOCATOR() B3_DECLARE_ALIGNED_ALLOCATOR()
// use bullet's allocator functions // use bullet's allocator functions
#define idMalloc btAllocFunc #define idMalloc btAllocFunc