💄
This commit is contained in:
parent
cbbba41748
commit
101cedb5f7
3 changed files with 9 additions and 13 deletions
|
@ -364,12 +364,8 @@ impl TextSystem {
|
|||
Ok(lines)
|
||||
}
|
||||
|
||||
pub fn start_frame(&self) {
|
||||
self.line_layout_cache.start_frame();
|
||||
}
|
||||
|
||||
pub fn end_frame(&self, reused_views: &FxHashSet<EntityId>) {
|
||||
self.line_layout_cache.end_frame(reused_views)
|
||||
pub fn finish_frame(&self, reused_views: &FxHashSet<EntityId>) {
|
||||
self.line_layout_cache.finish_frame(reused_views)
|
||||
}
|
||||
|
||||
pub fn line_wrapper(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue