mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-14 00:22:59 +00:00
Close built-in shaders when closing scene
(cherry picked from commit aaf02ec04a8ef053a359bc2f4cc3f1747448a4a3)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user