1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Rename Fonts::end_frame to Fonts::prune_cache

This commit is contained in:
Emil Ernerfeldt
2021-11-03 22:23:52 +01:00
parent d8519b3281
commit 66eb2fb5f7
2 changed files with 5 additions and 5 deletions

View File

@@ -627,7 +627,7 @@ impl Context {
self.memory()
.end_frame(&self.input, &self.frame_state().used_ids);
self.fonts().end_frame();
self.fonts().prune_cache();
let mut output: Output = std::mem::take(&mut self.output());
if self.repaint_requests.load(SeqCst) > 0 {