2
0
Fork 0

more bugfixes

2.0
Juan Linietsky 2014-12-07 02:39:51 +07:00
parent efb257c675
commit c940212b89
1 changed files with 2 additions and 0 deletions

@ -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;