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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user