mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
fix game window runs only 800x600
This commit is contained in:
parent
b0aa49accb
commit
cf98b44d3f
@ -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_custom_pos=Point2(x,y);
|
||||||
init_use_custom_pos=true;
|
init_use_custom_pos=true;
|
||||||
force_res=true;
|
|
||||||
|
|
||||||
N=I->next()->next();
|
N=I->next()->next();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user