diff options
| author | letheed | 2018-01-18 18:35:24 +0100 |
|---|---|---|
| committer | letheed | 2018-01-18 18:35:24 +0100 |
| commit | 37c4bc64de38b746194d5cd6c7824bfd5c4331a9 (patch) | |
| tree | c71a3586987ef3db60c2ca22a7eab457a0421f08 /core/resource.cpp | |
| parent | 05e4303e1d5ace8755c2a101358905bb10f1d69e (diff) | |
| download | godot-37c4bc64de38b746194d5cd6c7824bfd5c4331a9.tar.gz godot-37c4bc64de38b746194d5cd6c7824bfd5c4331a9.tar.zst godot-37c4bc64de38b746194d5cd6c7824bfd5c4331a9.zip | |
Diffstat (limited to 'core/resource.cpp')
| -rw-r--r-- | core/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/resource.cpp b/core/resource.cpp index 38f938932..2eeed50d9 100644 --- a/core/resource.cpp +++ b/core/resource.cpp @@ -74,7 +74,7 @@ void Resource::set_path(const String &p_path, bool p_take_over) { bool exists = ResourceCache::resources.has(p_path); ResourceCache::lock->read_unlock(); - ERR_EXPLAIN("Another resource is loaded from path: " + p_path); + ERR_EXPLAIN("Another resource is loaded from path: " + p_path + " (possible cyclic resource inclusion)"); ERR_FAIL_COND(exists); } } |
