You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove duplicate ERR_PRINTS macro
This commit is contained in:
@@ -2871,7 +2871,7 @@ void EditorNode::_tool_menu_option(int p_idx) {
|
||||
handler->call(callback, (const Variant **)&ud, 1, ce);
|
||||
if (ce.error != Variant::CallError::CALL_OK) {
|
||||
String err = Variant::get_call_error_text(handler, callback, (const Variant **)&ud, 1, ce);
|
||||
ERR_PRINTS("Error calling function from tool menu: " + err);
|
||||
ERR_PRINT("Error calling function from tool menu: " + err);
|
||||
}
|
||||
} // else it's a submenu so don't do anything.
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user