Fixed OSX build.
This commit is contained in:
parent
cc205ee0d5
commit
d67a1eefa9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user