mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
6 lines
285 B
Text
6 lines
285 B
Text
|
|
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.
|