mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge pull request #25614 from QbieShay/issue_25425
Fix generating GDNative API struct for 1.1
This commit is contained in:
@@ -213,7 +213,7 @@ def _build_gdnative_api_struct_source(api):
|
|||||||
'extern const godot_gdnative_core_api_struct api_struct = {',
|
'extern const godot_gdnative_core_api_struct api_struct = {',
|
||||||
'\tGDNATIVE_' + api['core']['type'] + ',',
|
'\tGDNATIVE_' + api['core']['type'] + ',',
|
||||||
'\t{' + str(api['core']['version']['major']) + ', ' + str(api['core']['version']['minor']) + '},',
|
'\t{' + str(api['core']['version']['major']) + ', ' + str(api['core']['version']['minor']) + '},',
|
||||||
'\tNULL,',
|
'\t(const godot_gdnative_api_struct *)&api_1_1,',
|
||||||
'\t' + str(len(api['extensions'])) + ',',
|
'\t' + str(len(api['extensions'])) + ',',
|
||||||
'\tgdnative_extensions_pointers,',
|
'\tgdnative_extensions_pointers,',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user