From 3b4266010578359dfcc553ce72ef9aed3ca50286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gilles=20Roudi=C3=A8re?= Date: Thu, 14 Oct 2021 13:28:45 +0200 Subject: Add a name to TileSet sources --- core/io/resource.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/io') diff --git a/core/io/resource.cpp b/core/io/resource.cpp index 1cefa52d69..972076e397 100644 --- a/core/io/resource.cpp +++ b/core/io/resource.cpp @@ -136,6 +136,7 @@ String Resource::get_scene_unique_id() const { void Resource::set_name(const String &p_name) { name = p_name; + emit_changed(); } String Resource::get_name() const { -- cgit v1.2.3