Commit e23c1f7
fix(animation): type
`var key := v.to_lower()` failed static type inference because `v` is
typed `Variant` and GDScript 4.6 can't resolve the call's return type.
Cast to String explicitly. Fixes the compile failure that blocked plugin
load on Linux/macOS/Windows Godot test jobs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>key explicitly so Godot 4.6 parser accepts it1 parent 1b87446 commit e23c1f7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
| 760 | + | |
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
| |||
0 commit comments