mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix global class cache file not present when no class name
This commit is contained in:
parent
b6dee96f68
commit
1ed723bd19
3 changed files with 9 additions and 5 deletions
|
@ -491,10 +491,6 @@ void ScriptServer::save_global_classes() {
|
|||
ProjectSettings::get_singleton()->store_global_class_list(gcarr);
|
||||
}
|
||||
|
||||
String ScriptServer::get_global_class_cache_file_path() {
|
||||
return ProjectSettings::get_singleton()->get_global_class_list_path();
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
ScriptCodeCompletionCache *ScriptCodeCompletionCache::singleton = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue