1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Debugging additions

This commit is contained in:
HolonProduction
2024-01-26 17:28:13 +01:00
parent fc7d7d3dae
commit 1f42455e0a
10 changed files with 108 additions and 13 deletions

View File

@@ -283,6 +283,7 @@ Ref<GDScript> GDScriptCache::get_shallow_script(const String &p_path, Error &r_e
}
Ref<GDScript> GDScriptCache::get_full_script(const String &p_path, Error &r_error, const String &p_owner, bool p_update_from_disk) {
print_line("get full script", p_path);
MutexLock lock(singleton->mutex);
if (!p_owner.is_empty()) {