mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed compilation of Cocoa backend
src/posix/cocoa/i_main.mm:262:2: error: use of undeclared identifier 'fullscreen'
This commit is contained in:
parent
0d8d860c93
commit
d58fe1f78a
1 changed files with 0 additions and 1 deletions
|
@ -259,7 +259,6 @@ int OriginalMain(int argc, char** argv)
|
|||
vid_defwidth = static_cast<int>(screenSize.width);
|
||||
vid_defheight = static_cast<int>(screenSize.height);
|
||||
vid_vsync = true;
|
||||
fullscreen = true;
|
||||
|
||||
OriginalMainExcept(argc, argv);
|
||||
|
||||
|
|
Loading…
Reference in a new issue