Fixed VGA color order, and clarified docs.

This commit is contained in:
Branimir Karadžić
2018-01-25 20:34:17 -08:00
parent 36b2ca1504
commit d04301dfda
6 changed files with 26 additions and 22 deletions

View File

@@ -274,7 +274,7 @@ public:
else
{
bool blink = uint32_t(time*3.0f)&1;
bgfx::dbgTextPrintf(0, 0, blink ? 0x1f : 0x01, " Multiple windows is not supported by `%s` renderer. ", bgfx::getRendererName(bgfx::getCaps()->rendererType) );
bgfx::dbgTextPrintf(0, 0, blink ? 0x4f : 0x04, " Multiple windows is not supported by `%s` renderer. ", bgfx::getRendererName(bgfx::getCaps()->rendererType) );
}
uint32_t count = 0;