Stephen Hill 10 лет назад
Родитель
Сommit
7d0804ec77
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/18-ibl/ibl.cpp

+ 1 - 1
examples/18-ibl/ibl.cpp

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