mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 22:36:38 +03:00
Since `_shape_line()` is called recursively, nested tables will be calculated first, so there is no need to calculate the `max_width` of the columns of the nested table in `_get_line_max_width()` again.