mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-03 21:08:18 +00:00
Exclude transform from Imaginate hash (#1326)
This commit is contained in:
parent
9d425db5a4
commit
59420cb5dd
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ macro_rules! generate_imaginate_node {
|
|||
use std::hash::Hasher;
|
||||
use xxhash_rust::xxh3::Xxh3;
|
||||
let mut hasher = Xxh3::new();
|
||||
frame.hash(&mut hasher);
|
||||
frame.image.hash(&mut hasher);
|
||||
let hash =hasher.finish();
|
||||
|
||||
Box::pin(async move {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue