- fixed compilation of Cocoa backend

src/posix/cocoa/i_main.mm:262:2: error: use of undeclared identifier 'fullscreen'
This commit is contained in:
alexey.lysiuk 2018-07-28 12:24:23 +03:00
parent 0d8d860c93
commit d58fe1f78a
1 changed files with 0 additions and 1 deletions

View File

@ -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);