parent
edd9e35b2d
commit
e3a1bf247d
|
@ -55,6 +55,7 @@ gmon.out
|
|||
|
||||
# Misc
|
||||
.DS_Store
|
||||
logs/
|
||||
|
||||
# for projects that use SCons for building: http://http://www.scons.org/
|
||||
.sconsign.dblite
|
||||
|
|
|
@ -190,6 +190,7 @@ void Main::print_help(const char *p_binary) {
|
|||
OS::get_singleton()->print("\t-optimize <file> : Save an optimized copy of scene to <file>.\n");
|
||||
OS::get_singleton()->print("\t-optimize_preset <preset> : Use a given preset for optimization.\n");
|
||||
OS::get_singleton()->print("\t-export <target> : Export the project using given export target.\n");
|
||||
OS::get_singleton()->print("\t-export_debug : Use together with -export, enables debug mode for the template.\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue