mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Fix chunk index bug with structs
This commit is contained in:
@@ -102,6 +102,8 @@ pub fn subtree_derive(input: TokenStream) -> TokenStream {
|
||||
// Iterate through the internal nodes, updating them if their children have changed.
|
||||
cache.update_internal_nodes(&overlay)?;
|
||||
|
||||
cache.chunk_index = overlay.next_node();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user