Renamed constants to new style.

This commit is contained in:
Branimir Karadžić
2017-06-09 21:57:08 -07:00
parent 3fbcddb4ef
commit 07d799f72e
26 changed files with 154 additions and 154 deletions

View File

@@ -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() )
{