mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
The code snippet demonstrating method overriding for _update_layout was missing the func keyword, which is required in GDScript method declarations.