Merge pull request #2427 from volzhs/fix-game-window-resolution

fix game window runs only 800x600. fix #2426
This commit is contained in:
Juan Linietsky 2015-09-08 09:18:57 -03:00
commit 2d570ac657

View File

@ -335,7 +335,6 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
init_custom_pos=Point2(x,y);
init_use_custom_pos=true;
force_res=true;
N=I->next()->next();
} else {