mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
tiny fix
This commit is contained in:
parent
eca750d283
commit
bf23168c43
@ -1627,7 +1627,7 @@ bool wdxGraphicsWindow::search_for_device(int devnum,DXDeviceInfo *pDevinfo) {
|
||||
dwFullScreenBitDepth=16; // do 16bpp
|
||||
} else {
|
||||
wdxdisplay_cat.fatal() << "No Supported FullScreen resolutions at " << dwRenderWidth << "x" << dwRenderHeight
|
||||
<< " for device #" << devnum << " (" << _dxgsg->scrn.DXDeviceID.szDescription<<"), skipping device...";
|
||||
<< " for device #" << devnum << " (" << _dxgsg->scrn.DXDeviceID.szDescription<<"), skipping device...\n";
|
||||
goto error_exit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user