1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Remove funny output during when exporting a project or loading Godot Engine

This commit is contained in:
Xavier Sellier
2017-12-11 10:59:59 -05:00
parent dec619296a
commit 487773ed24
12 changed files with 15 additions and 26 deletions

View File

@@ -421,7 +421,7 @@ void ProjectExportDialog::_export_action(const String &p_file) {
while (true) {
print_line("TESTING: " + location.plus_file("engine.cfg"));
print_line("Loading engine file: " + location.plus_file("engine.cfg"));
if (FileAccess::exists(location.plus_file("engine.cfg"))) {
error->set_text(TTR("Please export outside the project folder!"));