mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Fix bad docstring
This commit is contained in:
@@ -38,7 +38,7 @@ impl<Value, Computer> FrameCache<Value, Computer> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Must be called once per frame to clear the [`Galley`] cache.
|
/// Must be called once per frame to clear the cache.
|
||||||
pub fn evice_cache(&mut self) {
|
pub fn evice_cache(&mut self) {
|
||||||
let current_generation = self.generation;
|
let current_generation = self.generation;
|
||||||
self.cache.retain(|_key, cached| {
|
self.cache.retain(|_key, cached| {
|
||||||
|
|||||||
Reference in New Issue
Block a user