mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Close built-in shaders when closing scene
(cherry picked from commit aaf02ec04a)
This commit is contained in:
parent
a5cb7a5eb5
commit
19b998396c
6 changed files with 40 additions and 5 deletions
|
|
@ -6617,6 +6617,7 @@ void EditorNode::_bind_methods() {
|
|||
ADD_SIGNAL(MethodInfo("scene_saved", PropertyInfo(Variant::STRING, "path")));
|
||||
ADD_SIGNAL(MethodInfo("project_settings_changed"));
|
||||
ADD_SIGNAL(MethodInfo("scene_changed"));
|
||||
ADD_SIGNAL(MethodInfo("scene_closed", PropertyInfo(Variant::STRING, "path")));
|
||||
}
|
||||
|
||||
static Node *_resource_get_edited_scene() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue