Fixed VS build.

This commit is contained in:
Branimir Karadžić
2016-11-28 23:32:23 -08:00
parent 6dc8c9824f
commit 5d83b6fa4c
2 changed files with 2 additions and 2 deletions

View File

@@ -585,7 +585,7 @@ namespace bgfx
for (uint32_t ii = 0, xx = _x; ii < num && xx < m_width; ++ii, ++xx)
{
char ch = temp[ii];
if (BX_UNLIKELY(ch == '\e') )
if (BX_UNLIKELY(ch == '\x1b') )
{
char* ptr = &temp[ii+1];
attr = parseAttr(ptr, _attr);