You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixed console error spam (about invalid edited scene index)
This commit is contained in:
@@ -1504,8 +1504,10 @@ void ScriptEditor::_notification(int p_what) {
|
||||
|
||||
recent_scripts->set_as_minsize();
|
||||
|
||||
_update_script_colors();
|
||||
_update_script_names();
|
||||
if (is_inside_tree()) {
|
||||
_update_script_colors();
|
||||
_update_script_names();
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_READY: {
|
||||
|
||||
Reference in New Issue
Block a user