You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #103892 from bruvzg/mac_menu_crash
[macOS] Fix editor loading crash on native menu click.
This commit is contained in:
@@ -402,6 +402,9 @@ void EditorNode::_update_vsync_mode() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void EditorNode::_update_from_settings() {
|
void EditorNode::_update_from_settings() {
|
||||||
|
if (!is_inside_tree()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
_update_title();
|
_update_title();
|
||||||
|
|
||||||
int current_filter = GLOBAL_GET("rendering/textures/canvas_textures/default_texture_filter");
|
int current_filter = GLOBAL_GET("rendering/textures/canvas_textures/default_texture_filter");
|
||||||
|
|||||||
Reference in New Issue
Block a user