Skip to content

Commit 375c0d1

Browse files
committed
gdextension: Sync with upstream commit 01545c995b0612c68f9dfce8f6cc67576c298381 (4.4-rc2)
1 parent 98ea2f6 commit 375c0d1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

gdextension/extension_api.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version_major": 4,
44
"version_minor": 4,
55
"version_patch": 0,
6-
"version_status": "rc1",
6+
"version_status": "rc2",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.4.rc1.official"
8+
"version_full_name": "Godot Engine v4.4.rc2.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -3815,6 +3815,10 @@
38153815
"name": "METHOD_FLAG_OBJECT_CORE",
38163816
"value": 64
38173817
},
3818+
{
3819+
"name": "METHOD_FLAG_VIRTUAL_REQUIRED",
3820+
"value": 128
3821+
},
38183822
{
38193823
"name": "METHOD_FLAGS_DEFAULT",
38203824
"value": 1

0 commit comments

Comments
 (0)