fix define call
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user