mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Merge remote-tracking branch 'SRSaunders/dx12-alt-enter-fix'
This commit is contained in:
commit
5cbca047e7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct DeviceCreationParameters
|
|||
{
|
||||
bool startMaximized = false;
|
||||
bool startFullscreen = false;
|
||||
bool allowModeSwitch = true;
|
||||
bool allowModeSwitch = false;
|
||||
int windowPosX = -1; // -1 means use default placement
|
||||
int windowPosY = -1;
|
||||
uint32_t backBufferWidth = 1280;
|
||||
|
|
Loading…
Reference in a new issue