Added docs for DRAW_ORDER_REVERSE_LIFETIME constant and minor XR log improvement
This commit is contained in:
parent
e38686f85b
commit
3c82f4a371
6 changed files with 9 additions and 8 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue