Browse Source

don't exit if GetAvailableVidMem fails

David Rose 22 years ago
parent
commit
ce8ef1441b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/dxgsg8/wdxGraphicsPipe8.cxx

+ 2 - 2
panda/src/dxgsg8/wdxGraphicsPipe8.cxx

@@ -262,8 +262,8 @@ find_all_card_memavails() {
         wdxdisplay8_cat.error()
           << "GetAvailableVidMem failed for device #" << i 
           << D3DERRORSTRING(hr);
-        // goto skip_device;
-        exit(1);  // probably want to exit, since it may be my fault
+        //goto skip_device;
+        //exit(1);  // probably want to exit, since it may be my fault
       }
     }