From 7d0804ec7729370a72c4bbf3c3f6f8926bae115f Mon Sep 17 00:00:00 2001 From: Stephen Hill Date: Sun, 29 Nov 2015 18:41:37 -0500 Subject: [PATCH] Hyphenation --- examples/18-ibl/ibl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/18-ibl/ibl.cpp b/examples/18-ibl/ibl.cpp index 43fbc1c4..e8e040ce 100644 --- a/examples/18-ibl/ibl.cpp +++ b/examples/18-ibl/ibl.cpp @@ -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 };