mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user