1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00
Files
godot/misc/extension_api_validation/4.2-stable_4.3-stable/GH-93982.txt
2025-12-03 16:25:16 +02:00

6 lines
285 B
Plaintext

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.