Fixed OSX build.

This commit is contained in:
Branimir Karadžić 2016-01-20 21:01:53 -08:00
parent cc205ee0d5
commit d67a1eefa9

View file

@ -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);
}