cleanup: thingys

This commit is contained in:
Nova
2025-09-21 00:39:55 -07:00
parent 928886563d
commit 76fc1bfab5
5 changed files with 19 additions and 26 deletions

View File

@@ -138,10 +138,10 @@ pub fn process_input() {
if !handler_node.enabled() {
continue;
}
if let Some(handler_field_node) = handler.field.spatial.node() {
if !handler_field_node.enabled() {
continue;
}
if let Some(handler_field_node) = handler.field.spatial.node()
&& !handler_field_node.enabled()
{
continue;
};
let ser_span = debug_span!("serializing input").entered();