Branimir Karadžić 9 лет назад
Родитель
Сommit
4fbf1c0ca2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/31-rsm/reflectiveshadowmap.cpp

+ 1 - 1
examples/31-rsm/reflectiveshadowmap.cpp

@@ -440,7 +440,7 @@ public:
 
 
 			// 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/31-reflectiveshadowmap");
+			bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/31-rsm");
 			bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Global Illumination with Reflective Shadow Map.");
 			bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Global Illumination with Reflective Shadow Map.");
 			bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs);
 			bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs);