mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
When saving resources, marking of already seen resources was done too late, causing infinite loop traversing referenced resources and eventual stack overflow. The change marks traversed resource before descending to it's children, thus when this resource is encountered again, it is already marked as seen and traversal stops. |
||
---|---|---|
.. | ||
config | ||
input | ||
io | ||
math | ||
object | ||
os | ||
string | ||
templates | ||
threads | ||
variant | ||
test_crypto.h | ||
test_hashing_context.h | ||
test_time.h |