Added missing error condition

This commit is contained in:
Chuck Walbourn 2017-01-27 14:41:59 -08:00
parent 588bf6adc9
commit de303687e4

View File

@ -638,6 +638,9 @@ HRESULT DirectX::CaptureTexture(
return hr;
}
break;
default:
return E_FAIL;
}
BYTE* pData;