From 854a67eed0d0b38997ec44c32dee166f71c58e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 3 Jan 2017 09:41:47 -0800 Subject: [PATCH] Cleanup. --- examples/32-particles/particles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/32-particles/particles.cpp b/examples/32-particles/particles.cpp index 8a9b375ec..45316eb0e 100644 --- a/examples/32-particles/particles.cpp +++ b/examples/32-particles/particles.cpp @@ -305,7 +305,7 @@ class Particles : public entry::AppI // Use debug font to print information about this example. bgfx::dbgTextClear(); - bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/xx-particles"); + bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/32-particles"); bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Particles."); bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs);