You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Add `is_inside_tree()` guard to `GameView::_editor_or_project_settings_changed()` to prevent accessing invalid state when the signal is emitted during editor shutdown. Fixes #113829