1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-09 22:40:06 +00:00

texdiag: Minor fix

This commit is contained in:
Chuck Walbourn 2018-01-09 09:26:54 -08:00
parent cb019d89ca
commit dd85c73fa3

View File

@ -440,7 +440,7 @@ namespace
if ((DXGI_FORMAT)pFormat->dwValue == Format)
{
wprintf(pFormat->pName);
break;
return;
}
}