GDNative: Add Core API 1.4, move Transform2D::determinant there

It was added in #77283 but broke compatibility by being introduced in
an already released core API (1.0).

Fixes #77283.
This commit is contained in:
Rémi Verschelde 2023-05-23 11:47:25 +02:00
parent 1538b870f1
commit 1bc03d9d65
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -23,7 +23,23 @@
"major": 1,
"minor": 3
},
"next": null,
"next": {
"type": "CORE",
"version": {
"major": 1,
"minor": 4
},
"next": null,
"api": [
{
"name": "godot_transform2d_determinant",
"return_type": "godot_real",
"arguments": [
["const godot_transform2d *", "p_self"]
]
}
]
},
"api": [
{
"name": "godot_dictionary_merge",
@ -4431,13 +4447,6 @@
["const godot_transform2d *", "p_self"]
]
},
{
"name": "godot_transform2d_determinant",
"return_type": "godot_real",
"arguments": [
["const godot_transform2d *", "p_self"]
]
},
{
"name": "godot_transform2d_orthonormalized",
"return_type": "godot_transform2d",