Fix '--gpu warp' specifier in tests

This commit is contained in:
baldurk
2019-11-20 13:36:11 +00:00
parent bda6066737
commit dedd3e83fa
+2 -1
View File
@@ -131,7 +131,8 @@ IDXGIAdapterPtr ChooseD3DAdapter(IDXGIFactoryPtr factory, int argc, char **argv,
if(needle == "warp")
{
adapter = warp;
warp = true;
adapter = NULL;
break;
}