From c940212b8931c0cc9c24984758568c2d2d18b951 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 7 Dec 2014 02:39:51 -0300 Subject: more bugfixes --- modules/gdscript/gd_script.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/gdscript/gd_script.cpp') diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp index b19168f53..982584c75 100644 --- a/modules/gdscript/gd_script.cpp +++ b/modules/gdscript/gd_script.cpp @@ -2034,7 +2034,9 @@ Error GDScript::load_source_code(const String& p_path) { } source=s; +#ifdef TOOLS_ENABLED source_changed_cache=true; +#endif //print_line("LSC :"+get_path()); path=p_path; return OK; -- cgit v1.2.3-70-g09d2