mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
a46dcfe12f
commit
fda4911b6e
3 changed files with 8 additions and 8 deletions
|
|
@ -1120,7 +1120,7 @@ void EditorNode::_dialog_action(String p_file) {
|
|||
Globals::get_singleton()->set("application/main_scene", p_file);
|
||||
Globals::get_singleton()->set_persisting("application/main_scene", true);
|
||||
Globals::get_singleton()->save();
|
||||
//would be nice to show the project manager opened with the hilighted field..
|
||||
//would be nice to show the project manager opened with the highlighted field..
|
||||
} break;
|
||||
case FILE_SAVE_OPTIMIZED: {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue