Branimir Karadžić 9 years ago
parent
commit
5aa4f6f63a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/texturev/texturev.cpp

+ 2 - 1
tools/texturev/texturev.cpp

@@ -628,10 +628,11 @@ int _main_(int _argc, char** _argv)
 						);
 						);
 
 
 				std::string title;
 				std::string title;
-				bx::stringPrintf(title, "%s (%d x %d, %s)"
+				bx::stringPrintf(title, "%s (%d x %d%s, %s)"
 					, filePath
 					, filePath
 					, view.m_info.width
 					, view.m_info.width
 					, view.m_info.height
 					, view.m_info.height
+					, view.m_info.cubeMap ? " CubeMap" : ""
 					, bgfx::getName(view.m_info.format)
 					, bgfx::getName(view.m_info.format)
 					);
 					);
 				entry::WindowHandle handle = { 0 };
 				entry::WindowHandle handle = { 0 };