diff --git a/panda/src/wdxdisplay8/wdxGraphicsWindow8.cxx b/panda/src/wdxdisplay8/wdxGraphicsWindow8.cxx index 3d866be7ca..3daca16d38 100644 --- a/panda/src/wdxdisplay8/wdxGraphicsWindow8.cxx +++ b/panda/src/wdxdisplay8/wdxGraphicsWindow8.cxx @@ -3209,6 +3209,8 @@ void wdxGraphicsWindowGroup::initWindowGroup(void) { _windows[i]->_dxgsg->SetDXReady(true); } + dx_pick_best_screenres = false; // only want to do this on startup, not resize + #ifdef DINPUT_DEBUG_POLL if(dx_use_joystick) { _pDInputInfo = new DInput8Info;