diff options
| author | Juan Linietsky | 2014-12-07 02:39:51 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-12-07 02:39:51 -0300 |
| commit | c940212b8931c0cc9c24984758568c2d2d18b951 (patch) | |
| tree | ca691581f1b94c9e97228a5afa390970611eba8c /modules/gdscript/gd_script.cpp | |
| parent | efb257c675a028de666b4bfcbac47b16770e10e7 (diff) | |
| download | godot-c940212b8931c0cc9c24984758568c2d2d18b951.tar.gz godot-c940212b8931c0cc9c24984758568c2d2d18b951.tar.zst godot-c940212b8931c0cc9c24984758568c2d2d18b951.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.cpp')
| -rw-r--r-- | modules/gdscript/gd_script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
