mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Fix angle logic in the Grid node to allow slanted isometric grids (#2602)
* Fix angles * Fix hardcoded index * More information on monitor nodes
This commit is contained in:
@@ -295,7 +295,7 @@ impl NodeRuntime {
|
||||
} else if let Some(record) = introspected_data.downcast_ref::<IORecord<Context, VectorDataTable>>() {
|
||||
self.vector_modify.insert(parent_network_node_id, record.output.one_instance().instance.clone());
|
||||
} else {
|
||||
log::warn!("failed to downcast monitor node output");
|
||||
log::warn!("failed to downcast monitor node output {parent_network_node_id:?}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user