From ee131f9f058e789e71fd8859e210ff3d64d45d30 Mon Sep 17 00:00:00 2001 From: marynate Date: Mon, 23 Jun 2014 01:52:54 +0800 Subject: [PATCH] Fixed resource name not updated when saved in resurce dock --- tools/editor/resources_dock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/editor/resources_dock.cpp b/tools/editor/resources_dock.cpp index eb2e526d713..8542058f47f 100644 --- a/tools/editor/resources_dock.cpp +++ b/tools/editor/resources_dock.cpp @@ -224,6 +224,7 @@ void ResourcesDock::_file_action(const String& p_path) { save_resource(p_path,res); + _update_name(ti); } break;