From 37e233578ad2f1851eef4f3184a67327ada7dd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 10 Jul 2016 20:20:50 -0700 Subject: [PATCH] Cleanup. --- examples/30-picking/picking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/30-picking/picking.cpp b/examples/30-picking/picking.cpp index cc6927677..0afa81cb6 100644 --- a/examples/30-picking/picking.cpp +++ b/examples/30-picking/picking.cpp @@ -188,7 +188,7 @@ class ExamplePicking : public entry::AppI // Use debug font to print information about this example. bgfx::dbgTextClear(); bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/30-picking"); - bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Mouse picking."); + bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Mouse picking via GPU texture readback."); bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs); // Set up matrices for basic forward renderer