From c438bd75a95daff057aee7c3b9f22aba3a0cab5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 14 Oct 2016 08:00:25 -0700 Subject: [PATCH] Cleanup. --- include/bgfx/bgfx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index d63f35c40..822f814ab 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -986,7 +986,7 @@ namespace bgfx /// @param[in] _callback Provide application specific callback interface. /// See: `bgfx::CallbackI` /// - /// @param[in] _reallocator Custom allocator. When custom allocator is not + /// @param[in] _allocator Custom allocator. When custom allocator is not /// specified, library uses default CRT allocator. The library assumes /// custom allocator is thread safe. /// @@ -999,7 +999,7 @@ namespace bgfx , uint16_t _vendorId = BGFX_PCI_ID_NONE , uint16_t _deviceId = 0 , CallbackI* _callback = NULL - , bx::AllocatorI* _reallocator = NULL + , bx::AllocatorI* _allocator = NULL ); /// Shutdown bgfx library.