mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Added getHandleAt function.
This commit is contained in:
@@ -37,6 +37,11 @@ namespace bx
|
||||
return m_dense;
|
||||
}
|
||||
|
||||
uint16_t getHandleAt(uint16_t _at) const
|
||||
{
|
||||
return m_dense[_at];
|
||||
}
|
||||
|
||||
uint16_t getNumHandles() const
|
||||
{
|
||||
return m_numHandles;
|
||||
|
||||
Reference in New Issue
Block a user