mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Moved face_index field in 3D RayResult to end of struct
This commit is contained in:
@@ -198,3 +198,10 @@ GH-80410
|
||||
Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/add_image/arguments': size changed value in new API, from 6 to 10.
|
||||
|
||||
Added optional argument. Compatibility method registered.
|
||||
|
||||
|
||||
GH-82403
|
||||
--------
|
||||
Validate extension JSON: Error: Field 'native_structures/PhysicsServer3DExtensionRayResult': format changed value in new API, from "Vector3 position;Vector3 normal;RID rid;ObjectID collider_id;Object *collider;int shape" to "Vector3 position;Vector3 normal;RID rid;ObjectID collider_id;Object *collider;int shape;int face_index".
|
||||
|
||||
Added/moved face_index field (introduced in GH-71233) to end of struct. Should still be compatible with 4.1.
|
||||
|
||||
Reference in New Issue
Block a user