This commit is contained in:
Branimir Karadžić
2016-01-20 19:27:48 -08:00
parent 11d023414c
commit cc205ee0d5
11 changed files with 67 additions and 21 deletions

View File

@@ -997,7 +997,7 @@ namespace bgfx { namespace d3d9
texture.m_height = _height;
}
void setInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
void overrideInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
{
BX_UNUSED(_handle, _ptr);
}