fmt: cleaned up graph implementation

This commit is contained in:
2026-05-21 11:27:29 -06:00
parent f67538e5ab
commit 738b600fa6
20 changed files with 95 additions and 243 deletions
+1
View File
@@ -102,6 +102,7 @@ fn apply_state_updates(node: &ScriptNode, state_manager: &mut StateManager) {
let Some(updates) = &node.state_updates else {
return;
};
for (key, template) in updates {
let value = state_manager.interpolate_lenient(template);
state_manager