mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Make utterance_id 64-bit.
This commit is contained in:
parent
cb3af5afff
commit
281c74550a
34 changed files with 69 additions and 63 deletions
|
|
@ -99,3 +99,10 @@ Validate extension JSON: Error: Field 'builtin_classes/PackedVector3Array/method
|
|||
Validate extension JSON: Error: Field 'builtin_classes/PackedVector4Array/methods/duplicate': is_const changed value in new API, from false to true.
|
||||
|
||||
Duplicate method made const. Compatibility methods registered.
|
||||
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue