From ce8ef1441b312552b7c076233140009bd9cf9e5d Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 2 May 2003 23:36:15 +0000 Subject: [PATCH] don't exit if GetAvailableVidMem fails --- panda/src/dxgsg8/wdxGraphicsPipe8.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/dxgsg8/wdxGraphicsPipe8.cxx b/panda/src/dxgsg8/wdxGraphicsPipe8.cxx index 1abb08b2cc..284b2d69fe 100644 --- a/panda/src/dxgsg8/wdxGraphicsPipe8.cxx +++ b/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 } }