diff options
author | Gilles Roudière <gilles.roudiere@gmail.com> | 2021-10-14 13:28:45 +0200 |
---|---|---|
committer | Gilles Roudière <gilles.roudiere@gmail.com> | 2021-10-14 14:54:48 +0200 |
commit | 3b4266010578359dfcc553ce72ef9aed3ca50286 (patch) | |
tree | b4cf251d353fd0b72bf2f692818e8ac277e0e744 /core | |
parent | 004b44e91519626e847c981c9f91ae3c4e36282c (diff) |
Add a name to TileSet sources
Diffstat (limited to 'core')
-rw-r--r-- | core/io/resource.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |