Fix property type of Sprite3D frame_coords to Vector2i from Vector2
This commit is contained in:
parent
b97110cd30
commit
59667f8ea2
2 changed files with 8 additions and 1 deletions
|
|
@ -372,3 +372,10 @@ GH-91382
|
|||
Validate extension JSON: Error: Field 'classes/AudioStreamPlaybackPolyphonic/methods/play_stream/arguments': size changed value in new API, from 4 to 6.
|
||||
|
||||
Optional arguments added. Compatibility methods registered.
|
||||
|
||||
|
||||
GH-93982
|
||||
--------
|
||||
Validate extension JSON: Error: Field 'classes/Sprite3D/properties/frame_coords': type changed value in new API, from "Vector2" to "Vector2i".
|
||||
|
||||
The type was wrong to begin with and has been corrected. Vector2 and Vector2i are convertible, so it should be compatible.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue