mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[macOS] Fix editor loading crash on native menu click.
(cherry picked from commit 6d698cf185
)
This commit is contained in:
parent
a2b01e420d
commit
ab037eada2
1 changed files with 3 additions and 0 deletions
|
@ -399,6 +399,9 @@ void EditorNode::_update_vsync_mode() {
|
|||
}
|
||||
|
||||
void EditorNode::_update_from_settings() {
|
||||
if (!is_inside_tree()) {
|
||||
return;
|
||||
}
|
||||
_update_title();
|
||||
|
||||
int current_filter = GLOBAL_GET("rendering/textures/canvas_textures/default_texture_filter");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue