mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Renamed constants to new style.
This commit is contained in:
@@ -335,7 +335,7 @@ struct SpriteT
|
||||
|
||||
SpriteHandle create(uint16_t _width, uint16_t _height)
|
||||
{
|
||||
SpriteHandle handle = { bx::HandleAlloc::invalid };
|
||||
SpriteHandle handle = { bx::kInvalidHandle };
|
||||
|
||||
if (m_handleAlloc.getNumHandles() < m_handleAlloc.getMaxHandles() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user