From 5aa4f6f63a7646391917caf70caabb24585fb03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 24 Apr 2016 16:22:22 -0700 Subject: [PATCH] Cleanup. --- tools/texturev/texturev.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 523bebfc6..ef976d626 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -628,10 +628,11 @@ int _main_(int _argc, char** _argv) ); std::string title; - bx::stringPrintf(title, "%s (%d x %d, %s)" + bx::stringPrintf(title, "%s (%d x %d%s, %s)" , filePath , view.m_info.width , view.m_info.height + , view.m_info.cubeMap ? " CubeMap" : "" , bgfx::getName(view.m_info.format) ); entry::WindowHandle handle = { 0 };