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

@@ -2228,7 +2228,7 @@ namespace bgfx { namespace gl
release(mem);
}
void setInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
void overrideInternal(TextureHandle _handle, uintptr_t _ptr) BX_OVERRIDE
{
BX_UNUSED(_handle, _ptr);
}