diff --git a/include/bx/handlealloc.h b/include/bx/handlealloc.h index 1250f23..c692572 100644 --- a/include/bx/handlealloc.h +++ b/include/bx/handlealloc.h @@ -17,7 +17,7 @@ namespace bx public: static const uint16_t invalid = 0xffff; - BX_NO_INLINE HandleAllocT() + HandleAllocT() : m_numHandles(0) { for (uint16_t ii = 0; ii < MaxHandlesT; ++ii)