You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
more bugfixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user