mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
dx_pick_best_scrnres false after init
This commit is contained in:
parent
1262f0ceb2
commit
9f65686c35
@ -3209,6 +3209,8 @@ void wdxGraphicsWindowGroup::initWindowGroup(void) {
|
|||||||
_windows[i]->_dxgsg->SetDXReady(true);
|
_windows[i]->_dxgsg->SetDXReady(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dx_pick_best_screenres = false; // only want to do this on startup, not resize
|
||||||
|
|
||||||
#ifdef DINPUT_DEBUG_POLL
|
#ifdef DINPUT_DEBUG_POLL
|
||||||
if(dx_use_joystick) {
|
if(dx_use_joystick) {
|
||||||
_pDInputInfo = new DInput8Info;
|
_pDInputInfo = new DInput8Info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user