| 98 | } |
| 99 | |
| 100 | void GodotREEditorStandalone::progress_end_task(const String &p_task) { |
| 101 | if (!singleton) { |
| 102 | return; |
| 103 | // } else if (singleton->cmdline_export_mode) { |
| 104 | // print_line(p_task + ": end"); |
| 105 | } else if (singleton->progress_dialog) { |
| 106 | singleton->progress_dialog->end_task(p_task); |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | void GodotREEditorStandalone::_notification(int p_notification) { |
| 111 | if (p_notification == NOTIFICATION_ENTER_TREE) { |