Răsfoiți Sursa

fix typo in debug text

Jeremie Roy 12 ani în urmă
părinte
comite
1f5db2d7db
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      examples/11-fontsdf/fontsdf.cpp

+ 2 - 2
examples/11-fontsdf/fontsdf.cpp

@@ -116,8 +116,8 @@ 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/11-fontdfs");
-		bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Use a single distance field font to render text of different size.");
+		bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/11-fontsdf");
+		bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Use a single distance field font to render text of various size.");
 		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, 0, 0.0f };
 		float at[3] = { 0, 0, 0.0f };