1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/misc/extension_api_validation/4.5-stable/GH-112379.txt
2025-12-03 16:25:16 +02:00

6 lines
259 B
Plaintext

GH-112379
---------
Validate extension JSON: Error: Field 'classes/DisplayServer/methods/tts_speak/arguments/5': meta changed value in new API, from "int32" to "int64".
`utterance_id` argument changed from `int32` to `int64`. No compatibility method needed.