bullet: Sync with upstream 3.07
This commit is contained in:
parent
214a22b98e
commit
3cbf8bde84
75 changed files with 8756 additions and 7818 deletions
|
|
@ -138,7 +138,7 @@ struct btDebugPtrMagic
|
|||
};
|
||||
};
|
||||
|
||||
void *btAlignedAllocInternal(size_t size, int alignment, int line, char *filename)
|
||||
void *btAlignedAllocInternal(size_t size, int alignment, int line, const char *filename)
|
||||
{
|
||||
if (size == 0)
|
||||
{
|
||||
|
|
@ -195,7 +195,7 @@ void *btAlignedAllocInternal(size_t size, int alignment, int line, char *filenam
|
|||
return (ret);
|
||||
}
|
||||
|
||||
void btAlignedFreeInternal(void *ptr, int line, char *filename)
|
||||
void btAlignedFreeInternal(void *ptr, int line, const char *filename)
|
||||
{
|
||||
void *real;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue