mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed OSX build.
This commit is contained in:
@@ -678,7 +678,7 @@ namespace bgfx { namespace mtl
|
||||
release(mem);
|
||||
}
|
||||
|
||||
void setInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
|
||||
void overrideInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
|
||||
{
|
||||
BX_UNUSED(_handle, _ptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user