Hyphenation

This commit is contained in:
Stephen Hill 2015-11-29 18:41:37 -05:00
parent e0e772f71c
commit 7d0804ec77

View file

@ -455,7 +455,7 @@ int _main_(int _argc, char** _argv)
// Use debug font to print information about this example.
bgfx::dbgTextClear();
bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/18-ibl");
bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Image based lighting.");
bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Image-based lighting.");
bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs);
float at[3] = { 0.0f, 0.0f, 0.0f };