fix flags
This commit is contained in:
parent
dfd862592c
commit
dec0d33ef3
1 changed files with 2 additions and 0 deletions
2
src/dd.c
2
src/dd.c
|
@ -924,6 +924,8 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
|
|||
g_ddraw->render.width,
|
||||
g_ddraw->render.height,
|
||||
swp_flags);
|
||||
|
||||
swp_flags = SWP_SHOWWINDOW;
|
||||
}
|
||||
|
||||
d3d9_active = d3d9_create();
|
||||
|
|
Loading…
Reference in a new issue