💄
This commit is contained in:
parent
cbbba41748
commit
101cedb5f7
3 changed files with 9 additions and 13 deletions
|
@ -256,7 +256,7 @@ impl LineLayoutCache {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn end_frame(&self, reused_views: &FxHashSet<EntityId>) {
|
||||
pub fn finish_frame(&self, reused_views: &FxHashSet<EntityId>) {
|
||||
debug_assert_eq!(self.view_stack.lock().len(), 0);
|
||||
|
||||
let mut prev_frame = self.previous_frame.lock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue