summaryrefslogtreecommitdiff
path: root/scene/resources
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-08-31 17:58:51 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-08-31 17:58:51 -0300
commitfc70824f7c6ab1944d54194f54b816e55671e177 (patch)
treebfb5645fa22c724d9f2f8724c809f6319ca51579 /scene/resources
parent5567350e1bf28ca9468b8321378f19e67ee03909 (diff)
More improvements to visual script..
fixed a bug of not saving when sub-nodes changed.
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/scene_format_text.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/resources/scene_format_text.cpp b/scene/resources/scene_format_text.cpp
index 7bb9ca90ae..615c092dad 100644
--- a/scene/resources/scene_format_text.cpp
+++ b/scene/resources/scene_format_text.cpp
@@ -1289,6 +1289,10 @@ Error ResourceFormatSaverTextInstance::save(const String &p_path,const RES& p_re
}
internal_resources[res]=idx;
+#ifdef TOOLS_ENABLED
+ res->set_edited(false);
+#endif
+
}