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:
parent
93ade8eedc
commit
d9f374c415
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user