mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-10 22:24:29 +00:00
Remove duplicate ERR_PRINT macro.
This commit is contained in:
@@ -339,7 +339,7 @@ bool GDNative::initialize() {
|
||||
if (err || !library_init) {
|
||||
OS::get_singleton()->close_dynamic_library(native_handle);
|
||||
native_handle = NULL;
|
||||
ERR_PRINTS("Failed to obtain " + library->get_symbol_prefix() + "gdnative_init symbol");
|
||||
ERR_PRINT("Failed to obtain " + library->get_symbol_prefix() + "gdnative_init symbol");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user