Skip to content

Commit 7350096

Browse files
authored
Merge pull request #1243 from dsnopek/load-print-error-with-message
Load 'print_error_with_message' function
2 parents 6caf490 + 634ed09 commit 7350096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/godot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ GDExtensionBool GDExtensionBinding::init(GDExtensionInterfaceGetProcAddress p_ge
271271
LOAD_PROC_ADDRESS(mem_alloc, GDExtensionInterfaceMemAlloc);
272272
LOAD_PROC_ADDRESS(mem_realloc, GDExtensionInterfaceMemRealloc);
273273
LOAD_PROC_ADDRESS(mem_free, GDExtensionInterfaceMemFree);
274-
LOAD_PROC_ADDRESS(print_error, GDExtensionInterfacePrintError);
274+
LOAD_PROC_ADDRESS(print_error_with_message, GDExtensionInterfacePrintErrorWithMessage);
275275
LOAD_PROC_ADDRESS(print_warning, GDExtensionInterfacePrintWarning);
276276
LOAD_PROC_ADDRESS(print_warning_with_message, GDExtensionInterfacePrintWarningWithMessage);
277277
LOAD_PROC_ADDRESS(print_script_error, GDExtensionInterfacePrintScriptError);

0 commit comments

Comments
 (0)