1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-24 13:20:13 +00:00

texconv: Minor fix for metadata summary print

This commit is contained in:
walbourn_cp 2013-06-14 23:59:00 -07:00
parent 93ade8eedc
commit d9f374c415

View File

@ -290,7 +290,7 @@ void PrintInfo( const TexMetadata& info )
case TEX_DIMENSION_TEXTURE2D:
if ( info.IsCubemap() )
{
wprintf( (info.arraySize > 1) ? L" CubeArray" : L" Cube" );
wprintf( (info.arraySize > 6) ? L" CubeArray" : L" Cube" );
}
else
{