mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed OSX build.
This commit is contained in:
parent
cc205ee0d5
commit
d67a1eefa9
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ namespace bgfx { namespace mtl
|
||||||
release(mem);
|
release(mem);
|
||||||
}
|
}
|
||||||
|
|
||||||
void setInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
|
void overrideInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
|
||||||
{
|
{
|
||||||
BX_UNUSED(_handle, _ptr);
|
BX_UNUSED(_handle, _ptr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue