Switch error code from AmdDxExtCreate11 properly to E_FAIL

This commit is contained in:
baldurk
2016-08-24 10:09:08 +02:00
parent 129f4218c9
commit 3d6214622b
+1 -1
View File
@@ -310,7 +310,7 @@ private:
if(ppExt)
*ppExt = NULL;
return S_FALSE;
return E_FAIL;
}
};