From 0e9a45f3535e267a0d4ff5eca814b15142bfb4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 18 Nov 2016 09:22:08 -0800 Subject: [PATCH] Cleanup. --- examples/09-hdr/hdr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/09-hdr/hdr.cpp b/examples/09-hdr/hdr.cpp index ddb85b3b6..4cbf80485 100644 --- a/examples/09-hdr/hdr.cpp +++ b/examples/09-hdr/hdr.cpp @@ -357,7 +357,7 @@ class ExampleHDR : public entry::AppI // Use m_debug font to print information about this example. bgfx::dbgTextClear(); bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/09-hdr"); - bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Using multiple views and frame buffers."); + bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Using multiple views with frame buffers, and view order remapping."); bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs); // Set views.