We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print_error
1 parent 58d1de7 commit 823a08aCopy full SHA for 823a08a
1 file changed
binding_generator.py
@@ -459,6 +459,9 @@ def generate_gdextension_interface_loader_source(data):
459
460
for func in data[version]:
461
name = func["name"]
462
+ if name == "print_error":
463
+ # We manually load "print_error" early, so don't load it again here.
464
+ continue
465
fn = gdextension_interface_type_name(name)
466
467
if "deprecated" in func:
0 commit comments