mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 21:34:46 +00:00
e937e74b69
When a recursive declaration ends up in a GDScript file the _guess_expression_type function would start looping and eventually run out of stack space. We now cap recusion for this function to 100 frames. This fixes #25598