mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
RRenamed BX_CHECK to BX_ASSERT.
This commit is contained in:
@@ -157,7 +157,7 @@ namespace entry
|
||||
|
||||
static void initTranslateKey(uint16_t _sdl, Key::Enum _key)
|
||||
{
|
||||
BX_CHECK(_sdl < BX_COUNTOF(s_translateKey), "Out of bounds %d.", _sdl);
|
||||
BX_ASSERT(_sdl < BX_COUNTOF(s_translateKey), "Out of bounds %d.", _sdl);
|
||||
s_translateKey[_sdl&0xff] = (uint8_t)_key;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user