Browse Source

workaround for build bug

David Rose 23 years ago
parent
commit
fdce7c5d1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/wdxdisplay/wdxGraphicsWindow.cxx

+ 1 - 1
panda/src/wdxdisplay/wdxGraphicsWindow.cxx

@@ -1543,7 +1543,7 @@ bool wdxGraphicsWindow::resize(unsigned int xsize,unsigned int ysize) {
 // overrides of the general estimator for known working cases
 bool wdxGraphicsWindow::
 special_check_fullscreen_resolution(UINT xsize,UINT ysize) {
-    assert(IS_VALID_PTR(_dxgsg));
+    //assert(IS_VALID_PTR(_dxgsg));
 
     DWORD VendorId=_dxgsg->scrn.DXDeviceID.dwVendorId;
     DWORD DeviceId=_dxgsg->scrn.DXDeviceID.dwDeviceId;