From 6fa7c05fb928a7222ccf2dba7602cf5ee397de77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 30 Jun 2017 23:36:37 -0700 Subject: [PATCH] Cleanup. --- examples/08-update/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/08-update/update.cpp b/examples/08-update/update.cpp index 8b1da19a6..3ce7b80cf 100644 --- a/examples/08-update/update.cpp +++ b/examples/08-update/update.cpp @@ -642,4 +642,4 @@ public: } // namespace -ENTRY_IMPLEMENT_MAIN(ExampleUpdate, "08-update", "Updating m_textures."); +ENTRY_IMPLEMENT_MAIN(ExampleUpdate, "08-update", "Updating textures.");