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

@@ -373,8 +373,8 @@ struct Group
void reset()
{
m_vbh.idx = bgfx::invalidHandle;
m_ibh.idx = bgfx::invalidHandle;
m_vbh.idx = bgfx::kInvalidHandle;
m_ibh.idx = bgfx::kInvalidHandle;
m_prims.clear();
}