mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
parent
26f9d91e43
commit
9be7b8f6ec
@ -338,7 +338,7 @@ impl GlyphCache<ImageTexture> {
|
||||
Ok(Self {
|
||||
fonts: Rc::clone(fonts),
|
||||
glyph_cache: HashMap::new(),
|
||||
image_cache: HashMap::new(),
|
||||
image_cache: LruCache::new(16),
|
||||
frame_cache: HashMap::new(),
|
||||
atlas,
|
||||
metrics: metrics.clone(),
|
||||
|
Loading…
Reference in New Issue
Block a user