You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge branch 'master' of https://github.com/okamstudio/godot
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user