mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 19:50:13 +02:00
texdiag: Minor fix
This commit is contained in:
parent
cb019d89ca
commit
dd85c73fa3
@ -440,7 +440,7 @@ namespace
|
|||||||
if ((DXGI_FORMAT)pFormat->dwValue == Format)
|
if ((DXGI_FORMAT)pFormat->dwValue == Format)
|
||||||
{
|
{
|
||||||
wprintf(pFormat->pName);
|
wprintf(pFormat->pName);
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user