Added docs for DRAW_ORDER_REVERSE_LIFETIME constant and minor XR log improvement
This commit is contained in:
@ -198,9 +198,7 @@ void XRServer::remove_interface(const Ref<XRInterface> &p_interface) {
|
||||
};
|
||||
|
||||
ERR_FAIL_COND_MSG(idx == -1, "Interface not found.");
|
||||
|
||||
print_verbose("XR: Removed interface" + p_interface->get_name());
|
||||
|
||||
print_verbose("XR: Removed interface \"" + p_interface->get_name() + "\"");
|
||||
emit_signal(SNAME("interface_removed"), p_interface->get_name());
|
||||
interfaces.remove_at(idx);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user