1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
This commit is contained in:
Juan Linietsky
2014-02-19 12:01:31 -03:00
8 changed files with 26 additions and 1941 deletions

View File

@@ -202,7 +202,7 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
for(int i=0;i<argc;i++) {
args.push_back(argv[i]);
args.push_back(String::utf8(argv[i]));
}
List<String>::Element *I=args.front();